OLAP常见术语:What do all the TLAs and jargon really mean?

4GL

数据挖掘论坛

Fourth generation language. Although easier to use than older (3GL) languages like COBOL, these are still aimed primarily at IT professionals. Several OLAP products include server 4GLs for complex application processing.

数据挖掘论坛

ActiveX

数据挖掘工具

Microsoft technology for deploying Windows programs over the Web. Security considerations often limit its use to intranets. Used in a number of OLAP Web products, but fading in popularity.

Ad hoc analyses 数据挖掘研究院

End-users being able to generate new or modified queries with significant flexibility over content, layout and calculations. Should allow simple new ratios, variances and groupings to be defined in a point-and-click fashion, and for data to be filtered or ranked. End-users should not have to pre-define such requirements. 数据挖掘研究院

Agent 数据挖掘论坛

A program to perform standard functions autonomously. Typical uses are for automated data loading and exception reporting. Not to be confused with data mining.

数据挖掘工具

Aggregate tables 数据挖掘研究院

Tables (usually held in a relational database) which hold pre-computed totals in a hierarchical multidimensional structure. Most tools allow “sparse aggregates”, which means that only a subset of the aggregate tables need be created, with other aggregates being generated on-the-fly from them as needed. 数据挖掘论坛

AIX 数据挖掘交友

IBM’s version of Unix. 数据挖掘实验室

API

数据挖掘工具

Application Programming Interface. A standard that allows programs from multiple vendors to be integrated. In OLAP terms, most OLAP server vendors have their own APIs, and the OLAP Council had been working on a cross-product API ever since it was formed in early 1995, but with little success. However, the later Microsoft OLE DB for OLAP API is already the most widely adopted by both OLAP client and server vendors, and has become the de facto standard.

APL 数据挖掘工具

A Programming Language. The first multidimensional computer language, and the title of a book by Ken Iverson, published in 1962. APL is still in limited use, particularly in older forecasting and planning applications, but is rarely used for new systems. 数据挖掘研究院

Applets 数据挖掘实验室

Small programs that run in Web browsers; usually written in Java. Typically used to enhance the human factors available in HTML. 数据挖掘工具

ASF

Analytical Solutions Forum, the business intelligence trade body that, in October 1999, replaced the ineffective OLAP Council which had been in existence since early 1995. The ASF managed the remarkably achievement of being much less effective than the failed OLAP Council and eventually disappeared, its solitary achievement having been the issuing of a solitary press release announcing its formation. 数据挖掘研究院

b2b

Business to business, conducted over the Internet 数据挖掘交友

b2c

数据挖掘工具

Business to consumers, conducted over the Internet. A well known British venture capitalist, Michael Jackson, was quoted (well before the dotbomb collapse) as saying that b2c is the fastest way of transferring money from venture capitalists to advertising agencies and the media. 数据挖掘交友

Billion 数据挖掘论坛

Thousand million (109), rather than the original European meaning of million million (1012).

数据挖掘研究院

BPM

Business Performance Management; also known as CPM and EPM. The combination of planning, budgeting, financial consolidation, reporting, strategy planning and scorecarding tools. Most vendors using the term do not offer the full set of components, so they adjust their version of the definition to suit their own product set. 数据挖掘交友

BPR 数据挖掘实验室

Business Process Re-engineering. A fundamental corporate reorganization based upon the processes that deliver value to customers. It typically involves re-orienting a business from a product or location viewpoint to a customer focus.

数据挖掘交友

Bubble-up exceptions 数据挖掘论坛

Exception conditions displayed at a consolidated level, but based on tests performed at a more detailed level. Used to highlight potentially important variances at a detail level that cancel out and are therefore masked at a more consolidated level. Offered in a few OLAP reporting tools. 数据挖掘研究院

Cell 数据挖掘交友

Data point defined by one member of each dimension of a multidimensional structure. Most potential cells in multidimensional structures are empty, leading to ‘sparse’ storage.

Client

A single user computer which is connected via a network to, and works in conjunction with, one or more shared computers (called servers), with data storage and processing distributed between them in one of a number of ways. An OLAP client will not normally store data, but will do some processing and most of the presentation work, with the server handling data storage and the rest of the processing. A client may be single or multi-tasking. Can include both thin and thick clients.

数据挖掘实验室

COP

数据挖掘工具

Column-Oriented Processing. This is a class of database that is quite different to, but is nevertheless sometimes confused with, OLAP. COP databases perform high speed row counting and filtering at a very detailed level, using column-based structures, rather than rows, tables or cubes. COPs analyze detail and then occasionally aggregate the results, whereas OLAPs are largely used to report and analyze aggregated results with occasional drilling down to detail. 数据挖掘交友

Although less well known and recognized than OLAP, COP databases have also been in use for more than 30 years (for example, TAXIR), which means that, just like OLAP, they predate relational databases. COP products are used for very different applications to OLAP and examples include Alterian, Sand Nucleus, smartFOCUS, Sybase IQ, Synera, etc.

数据挖掘交友

CPM

Corporate Performance Management; see BPM. 数据挖掘交友

Cube 数据挖掘工具

A multidimensional structure that forms that basis for OLAP applications. Despite the name, most OLAP cubes have many more than three dimensions. in multidimensional OLAP (or MOLAP) databases, cubes are created and stored physically, whereas in relational OLAPs, cubes are a virtual concept based on a star or snowflake schema. A variety of corss-dimensional calculations and aggregations are possible within a cube, and the dimensions can usually be pivoted in reports.

Database explosion 数据挖掘交友

The huge increase in database size that can result from pre-calculating a large proportion of all the possible aggregations and other pre-defined calculations. Databases can grow a hundred-fold if highly dimensioned cubes are fully pre-calculated. Despite a widespread myth, database explosion has nothing whatever to do with MOLAP or ROLAP architectures, and is just as likely to occur with either. 数据挖掘交友

Data mining

数据挖掘工具

The process of using statistical techniques to discover subtle relationships between data items, and the construction of predictive models based on them. The process is not the same as just using an OLAP tool to find exceptional items. Generally, data mining is a very different and more specialist application than OLAP, and uses different tools from different vendors. Normally the users are different, too. OLAP vendors have had little success with their data mining efforts.

数据挖掘实验室

DBMS

DataBase Management System. Used to store, process and manage data in a systematic way. May use a variety of underlying storage methods, including relational, multidimensional, network and hierarchical. 数据挖掘研究院

DDE

数据挖掘工具

Direct Data Exchange. An older Microsoft Windows technology for automatically moving information between applications resident in memory via the clipboard. 数据挖掘实验室

Defragment 数据挖掘工具

Process of reorganizing files on disk to make segments contiguous and to recover wasted space between segments. Improves performance, saves disk space and may improve data security should a hardware failure occur. Required when disk files are frequently updated in place, particularly if portions are dynamically compressed.

数据挖掘实验室

Dense 数据挖掘实验室

The majority, or significant minority (at least ten percent), of potential data cells actually occupied in a multidimensional structure.

数据挖掘论坛

Desktop OLAP 数据挖掘论坛

Low priced, simple OLAP tools that perform local multidimensional analysis and presentation of data downloaded to client machines from relational or multidimensional databases. Web versions often move the desktop processing to an intermediate server, which increases the scalability but the functionality remains comparable to (or less than) the desktop version. 数据挖掘研究院

DHTML 数据挖掘工具

Dynamic HTML. A modern form of HTML, extended with JavaScript, that provides a degree of interactivity in ‘zero footprint’ solutions where no code need be installed on the client. Requires a modern browser. Gaining in popularity for Internet OLAP deployments, but often incurs serious performance penalties. 数据挖掘交友

DLL 数据挖掘工具

Dynamic Linked Library. Used to integrate multiple programs and provide the impression of a single product. Can also be used to hold function libraries. 数据挖掘研究院

DOLAP 数据挖掘研究院

Variously, Desktop OLAP or Database OLAP. The Desktop OLAP variant is more commonly used, though with the move to the Web, true DOLAP is now less common than in the 1990s. 数据挖掘研究院

DSS

Decision Support System. Application for analyzing large quantities of data and performing a wide variety of calculations and projections. 数据挖掘研究院

Decision Support Services. The name used by Microsoft for the beta 3 version of what was subsequently renamed SQL Server OLAP Services and then SQL Server Analysis Services, and was originally code-named Plato.

EIS 数据挖掘论坛

Variously defined as Executive/Enterprise/Everyone’s Information/Intelligence System/Service/Software. A category of applications and technologies for presenting and analyzing corporate and external data for management purposes. Extreme ease of use and fast performance is expected in such systems, but analytical functionality is usually very limited. 数据挖掘论坛

EPM 数据挖掘交友

Enterprise Performance Management; see BPM.

ERP

数据挖掘实验室

Enterprise Resource Planning. The modern name for expensive, integrated ledger systems. Despite the name, these systems are rarely good for planning applications.

ETL 数据挖掘交友

Extraction, Transformation and Loading. Activities required to populate data warehouses and OLAP applications with clean, consistent, integrated and probably summarized data. 数据挖掘实验室

Euro (€) 数据挖掘论坛

The European common currency, adopted by 12 of the 15 members of the European Union, as part of European Monetary Union (EMU). The euro comes into common circulation from the beginning of 2002.

FASMI

数据挖掘交友

Fast Analysis of Shared Multidimensional Information. The summary description of OLAP applications used in The OLAP Report, and now very widely referenced elsewhere. 数据挖掘研究院

Gigabyte (Gb) 数据挖掘工具

Strictly speaking, 1024 megabytes. In this report, it is normally used in the colloquial sense of 1000 megabytes or 1 billion bytes.

数据挖掘工具

Groupware

Application for allowing a workgroup to share information, with updates by each user being made available to others, either by automated replication or concurrent sharing.

数据挖掘论坛

GUI

Graphical User Interface (such as Windows or the Macintosh). 数据挖掘交友

HOLAP 数据挖掘论坛

Hybrid OLAP. A product that can provide multidimensional analysis simultaneously of data stored in a multidimensional database and in an RDBMS. Becoming a popular architecture for server OLAP. 数据挖掘工具

HP-UX

数据挖掘实验室

Hewlett-Packard’s version of Unix, running on HP-9000 computers. 数据挖掘研究院

HTML

Hyper Text Mark-up Language. Used to define Web pages.

数据挖掘论坛

Hypercube 数据挖掘研究院

An OLAP product that stores all data in a single cube which has all the application dimensions applied to it. 数据挖掘工具

IPO

数据挖掘研究院

Initial Public Offering. The flotation of a private company on a stock exchange. Public OLAP companies are nearly always listed on NASDAQ, and typically raise about $30m in their IPO.

IT

Information Technology. Sometimes used as a synonym for the computer professionals in an organization. Also sometimes known as IS (Information Systems) or DP (Data Processing). 数据挖掘论坛

Java

A 32-bit language used for Web applications. Usually, Java ‘applets’ are dynamically downloaded if they are needed in a session, rather than being stored locally. Wildly popular in computer companies’ marketing departments, but not so widely used commercially so far. Client-side Java is now falling out of popularity in OLAP tools. 数据挖掘工具

JOLAP 数据挖掘论坛

The proposed new Java OLAP API, which will allow OLAP metadata and data to be created and queried. Sponsored by Hyperion/IBM and Oracle. JOLAP is still going through a long drawn-out specifications process, so no products support it yet.

Kilobyte (Kb)

数据挖掘研究院

Strictly speaking, 1024 bytes. In this report, it is normally used in the colloquial sense of 1000 bytes. 数据挖掘实验室

LAN 数据挖掘工具

Local Area Network. High speed connection between desktop PCs and server machines, including file servers, application servers, print servers and other services.

数据挖掘研究院

Linux

Unix-like, open source operating system. Few OLAP products run on it, and sales have been minimal on that platform. 数据挖掘研究院

Maintenance

Fee charged by software suppliers to cover bug fixes, enhancements and (usually) helpline services. Typically charged at around 20 percent of the license fees, though some vendors offer tiered levels of service at different rates.

MDAPI

The OLAP Council’s stillborn multidimensional API, which reached version 2.0. The earlier, abortive version was called the MD-API (with a hyphen). No vendors supported even the 2.0 version (which was released in January 1998), and this ‘standard’ has now been abandoned.

数据挖掘论坛

MDB 数据挖掘工具

Multidimensional Database A product that can store and process multidimensional data.

MDX 数据挖掘实验室

Multidimensional expression language, the multidimensional equivalent of SQL. The language used to define multidimensional data selections and calculations in Microsoft’s OLE DB for OLAP API (Tensor). It is also used as the calculation definition language in Microsoft’s OLAP Services.

Megabyte (Mb) 数据挖掘论坛

Strictly speaking, 1024 kilobytes. In this report, it is normally used in the colloquial sense of 1000 kilobytes or 1 million bytes. 数据挖掘实验室

Metadata 数据挖掘论坛

Data about data. How the structures and calculation rules are stored, plus, possibly, additional information on data sources, definitions, quality, transformations, date of last update, user access privileges, etc.

Minicube

数据挖掘工具

A subset of a hypercube, with fewer dimensions than the encompassing hypercube. The hypercube will consist of a collection of logically similar minicubes. 数据挖掘工具

Model 数据挖掘实验室

A multidimensional structure including calculation rules and data.

数据挖掘研究院

MOLAP 数据挖掘研究院

Multidimensional [database] OLAP. We prefer to avoid the use of this term, because all OLAPs, are, by definition, multidimensional, and therefore prefer the more explicit MDB.

MPP 数据挖掘研究院

Massively Parallel Processing. A computer hardware architecture designed to obtain high performance through the use of large numbers (tens, hundreds or thousands) of individually simple, low powered processors, each with its own memory. Normally runs Unix and must have more than one Unix kernel or more than one ‘ready to run’ queue.

Multicube 数据挖掘交友

An OLAP product that can store data in the form of a number of multidimensional structures which together form an OLAP database. May use relational or multidimensional file storage.

数据挖掘交友

Multidimensional 数据挖掘研究院

Data structure with three or more independent dimensions.

NC 数据挖掘研究院

Network Computer. A Web terminal with no local storage of programs or data. Includes a Web browser with Java capabilities. Not very relevant in the OLAP context. 数据挖掘研究院

Non-procedural

A programming approach whereby the user specifies what has to be done, but not the sequence of actions. In some cases, the system will also determine when to perform the operation. This approach is simpler to specify, but less predictable (and sometimes less efficient) than the alternative procedural approach.

ODAPI

Open Database API. A Borland standard for database connectivity.

ODBC 数据挖掘实验室

Open Database Connectivity. A widely adopted Microsoft standard for database connectivity.

数据挖掘实验室

OEM

Original Equipment Manufacturer. A company that sells products (including software) under its own label that include technology licensed from another vendor. The original product name may or may not be retained. 数据挖掘论坛

OLAP 数据挖掘工具

On-Line Analytical Processing. A category of applications and technologies for collecting, managing, processing and presenting multidimensional data for analysis and management purposes.

OLAP Council 数据挖掘交友

Ineffective former industry trade body which promoted OLAP and maintained the only standard OLAP benchmark; however, many major OLAP vendors were never members or left well before its demise. It evolved into the even more ineffective Analytical Solutions Forum which did nothing and died almost immediately. The defunct OLAP Council created a useful glossary of technical terms which is sadly no longer online.

数据挖掘论坛

OLAP product 数据挖掘实验室

A product capable of providing fast analysis of shared multidimensional information. Ad hoc analysis must be possible either within the product itself or in a closely linked product.

OLE

Object Linking and Embedding. A Microsoft Windows technology for presenting applications as objects within other applications and hence to extend the apparent functionality of the host (or client) application. Now on version 2.0.

数据挖掘论坛

OLE DB for OLAP

Microsoft’s OLAP API, effectively the first industry standard for OLAP connectivity. Used to link OLAP clients and servers using a multidimensional language, MDX. 数据挖掘交友

OLTP 数据挖掘实验室

On-Line Transaction Processing. Operational systems for collecting and managing the base data in an organization, such as sales order processing, inventory, accounts payable, etc. Usually offer little or no analytical capabilities.

数据挖掘交友

OO 数据挖掘研究院

Object-Oriented. A method of application development which allows the re-use of program components in other contexts.

数据挖掘工具

PDA 数据挖掘论坛

Personal Digital Assistant, such as a Palm, PocketPC or Psion handheld computer. Can be linked to mobile phones or the Internet for sending and receiving e-mails or faxes or even browsing the Web. Much hyped, but little used, for OLAP purposes.

数据挖掘论坛

Platform 数据挖掘工具

A combination of hardware and system software. Some OLAP vendors also refer to their products as ‘application platforms’, meaning that they can be used to build custom or standard applications.

数据挖掘实验室

Plug-in 数据挖掘工具

Locally stored helper programs that are used to augment browser capabilities. Require different versions for different platforms, and possibly for different browsers, but currently capable of delivering better human factors and more functionality than Java applets. Occasionally used in OLAP Web products. 数据挖掘研究院

Procedural 数据挖掘交友

A programming approach whereby the developer specifies exactly what must be done and in what sequence.

数据挖掘论坛

Q&R 数据挖掘工具

Query and Reporting tool. Normally used for list-oriented reporting from relational databases.

数据挖掘实验室

RDBMS

Relational Database Management System. Used to store, process and manage data arranged in relational tables. Often used for transaction processing and data warehouses. 数据挖掘实验室

ROLAP 数据挖掘交友

Relational OLAP. A product that provides multidimensional analysis of data, aggregates and metadata stored in an RDBMS. The multidimensional processing may be done within the RDBMS, a mid-tier server or the client. A ‘merchant’ ROLAP is one from an independent vendor which can work with any standard RDBMS.

数据挖掘研究院

SDK 数据挖掘论坛

Software Development Kit. A set of programs that allows software developers to create products to run on a particular platform or to work with an API.

数据挖掘研究院

Server

A computer servicing a number of users. It will usually hold data and do processing on the data. An application server may not necessarily store data and a file server may not necessarily do any processing.

数据挖掘研究院

Servlets 数据挖掘工具

Java programs running on demand on servers.

Shelfware 数据挖掘交友

Surplus software licenses which are bought, but not deployed. Some products actually have more shelfware than deployed seats.

数据挖掘实验室

Simultaneous equation

A set of calculations with circular interdependencies. Few OLAP products can resolve these automatically.

SKU 数据挖掘工具

Stock Keeping Unit: a term used by retailers to identify the lowest level of product detail. Such level of detail is often not included in OLAP applications. 数据挖掘实验室

SMP 数据挖掘交友

Symmetrical Multi Processing. A computer hardware architecture which distributes the computing load over a small number of identical processors, which share memory. Very common in Unix and Windows NT/2000 systems. 数据挖掘交友

Snowflake schema

数据挖掘工具

A variant of the star schema with normalized dimension tables.

数据挖掘实验室

Sparse

Only a small proportion (arbitrarily, less than 0.1 percent) of potential data cells actually occupied in a multidimensional structure.

数据挖掘论坛

Sparse aggregates

To avoid database explosion, larger OLAP databases must be only partially pre-calculated. A key part of this is to create only a minority of the possible aggregates, with the others being generated on-the-fly from the nearest available aggregates.  数据挖掘交友

SPL 数据挖掘工具

Stored Procedure Language. Database server based programs that can be invoked from the client or scheduled are usually called stored procedures.

SQL

Structured Query Language. The almost standard data structuring and access language used by relational databases. MDX is based loosely on SQL, though it requires a different skills set. 数据挖掘研究院

Star schema

数据挖掘交友

A relational database schema for representing multidimensional data. The data is stored in a central fact table, with one or more tables holding information on each dimension. Dimensions have levels, and all levels are usually shown as columns in each dimension table.

Summary tables 数据挖掘论坛

Often used in RDBMSs to store pre-aggregated information, rather than holding it in the same table as the base data. Used to improve responsiveness. Sometimes also called aggregate tables. 数据挖掘实验室

SVR4

数据挖掘论坛

System V Release 4, a standard version of Unix used by a number of manufacturers as the basis for their own Unix variants.

TCO

数据挖掘工具

Total Cost of Ownership. Includes hardware, software, services and maintenance.

Tensor 数据挖掘交友

The code-name for Microsoft’s OLAP API, a set of OLE COM objects and interfaces designed to add multidimensionality to OLE DB. It has become the de facto industry standard multidimensional API, being adopted both by most front-end OLAP tools vendors and by several other OLAP database vendors. The official name is OLE DB for OLAP, and the 1.0 specification was first published in February 1998. 数据挖掘研究院

Terabyte (Tb) 数据挖掘工具

Strictly speaking, 1024 gigabytes. In this report, it is normally used in the colloquial sense of 1000 gigabytes or 1 trillion bytes. 数据挖掘论坛

Thin client

数据挖掘研究院

A form of client/server architecture in which no data is stored and relatively little processing occurs on the client machine, which may in extreme cases be a Network Computer (NC). Other forms include the NetPC, which is a Windows machine with limited local storage and configurability. The thin client approach is a very popular concept, but its use should be viewed with caution for sophisticated analytical applications or power user access. Note that ‘thin clients’ often actually require significant processing power and RAM, as well as a high bandwidth network connection, and in the business context, are usually fairly high specification PCs with hard disk drives. See also zero-footprint.

数据挖掘交友

TLA

数据挖掘研究院

Three Letter Acronym, like this one.

数据挖掘实验室

TP

Transaction Processing. The operational systems used to collect and manage the base data of an organization. See also ERP and OLTP. 数据挖掘实验室

VAR

Value Added Reseller. A company that resells another vendor’s product together with software, applications or consulting services of its own, thus adding value. The original product’s name is usually still used.

数据挖掘研究院

VC 数据挖掘研究院

Venture Capitalist. Source of investment capital for small, growing companies. Usually have an interest in companies going public in order to realize their investment.

VGA 数据挖掘研究院

Video Graphic Array. An IBM PC display standard with 640x480 pixels. Introduced with the original PS/2, it has largely been superseded by higher resolution screens, usually referred to as Super VGA and X[V]GA, typically with 800x600 or 1024x768 pixels. With larger monitors, sizes of 1280x1024 and 1600x1200 are becoming more common. Objects of fixed pixel size, designed for VGA screens, look very small and may be hard to read when displayed on higher resolution monitors.

数据挖掘实验室

Virtual memory 数据挖掘实验室

Apparently extended memory on a computer, consisting partly of real memory (RAM) and partly of disk space. A technique to handle programs and applications that are too large to fit into real memory. Can degrade performance if used too heavily. 数据挖掘研究院

WAN

数据挖掘论坛

Wide Area Network. Usually, two or more geographically dispersed LANs connected by lower speed links. Can cause problems with client/server applications that transmit large quantities of data between servers and clients. 数据挖掘实验室

XML 数据挖掘论坛

eXtensible Markup Language, the emerging standard for defining, representing and dynamically sharing information across the Internet. Already widely used in OLAP products.

数据挖掘工具

XML for Analysis

数据挖掘论坛

Microsoft’s new multi-platform version of OLE DB for OLAP that allows MDX queries to be handled using XML documents. Not yet in widespread use, but supported by Hyperion Essbase 7 and will be the native query API Microsoft for SQL Server 2005.

Zero-footprint

数据挖掘研究院

Web architecture not requiring any software to be installed locally. This usually means HTML or DHTML, but some vendors also make this claim for software that uses Java applets. 数据挖掘研究院

[数据挖掘专家] [数据挖掘研究院] [数据挖掘论坛] [数据挖掘实验室]
上一篇:Sampler review from The OLAP Report
下一篇:OLAP client/server and Web architectures-Introduction
最新评论共有 0 位网友发表了评论 , 查看所有评论
发表评论( 不能超过250字,需审核,请自觉遵守互联网相关政策法规。 )
匿名?
数据挖掘网站导航 数据挖掘论坛导航
  • 数据挖掘工具
  • 数据挖掘论坛
  • DataCruncher - Cognos
  • MineSet - MathSoft
  • Intelligent Miner - GainSmarts
  • Sqlserver - SAS - Clementine
  • CART - Weka - WizSoft
  • NeuroShell - ModelQuest
  • data mining tools - Darwin
  • 数据挖掘交友
  • 数据挖掘博客
  • 数据挖掘工具
  • 数据挖掘资源
  • 数据挖掘技术算法
  • 数据挖掘相关期刊、会议
  • 研究院联盟合作专区
  • 数据挖掘基础与相关技术
  • 数据挖掘厂商与就业
  • 数据挖掘研究者乐园
  • 知名厂商数据挖掘工具资料
  • 国内数据挖掘实验室
  • Foreign Data Mining Lab
  • 热点关注
  • OLAP的技术核心和实现方法
  • 正在影响中国管理的10大.
  • OLAP介绍
  • Open Source ETL Takes On Proprietary Int
  • IDC Names Oracle as Leader in Data Wareh
  • OLAP术语(OLAP glossary)
  • The OLAP market grew faster than predict
  • The OLAP Survey 6 is now available
  • Did you know : OLAP by example
  • The three dimensions of the quantity cu
  • 论坛最新话题
  • Foundations of Statistical Natural Langu
  • Game Theory meet Data Mining: A Recent P
  • System Building: How does it help or hin
  • 数据挖掘与Clementine培训
  • 新手报到
  • 求 SASEM 客户流失预测分析
  • 数据挖掘工程师/搜索研究院—北京——无线
  • 数据挖掘入门介绍(如何着手数据挖掘)
  • Information Overload Survey Results
  • The INEX 2005 Workshop on Element Retrie
  • 相关资讯
  • OLAP的技术核心和实现方法
  • 正在影响中国管理的10大.
  • OLAP介绍
  • IDC Names Oracle as Leader in Data Wareh
  • Open Source ETL Takes On Proprietary Int
  • Sprint, Google Partner on WiMAX For Mobi
  • Spam: You've Come a Long Way, Baby
  • The OLAP market grew faster than predict
  • OLAP术语(OLAP glossary)
  • Did you know : OLAP by example
  • 数据挖掘实验室资料
  • 数据挖掘博客地址
  • 数据挖掘实验室网站地址
  • Prepare for Medicare audits by using dat
  • 注册成为SAS用户与爱好者俱乐部会员
  • 水南梅
  • 明日烟
  • 新人报道
  • 下载
  • 厦门服务器托管,450元/月—0592-5177319 高
  • 买空间送域名--0592-5177319 高静