2 Data Mining Terms & Concepts
2 Data Mining Terms & Concepts
CONCEPTS
DBMS
• Database System is used in traditional way of storing and
retrieving data.
• The major task of database system is to perform query
processing.
• These systems are generally referred as online
transaction processing system.
• These systems are used day to day operations of and
organization.
Data Warehouse
• Data Warehouse is the place where huge amount of data
is stored.
Airlines
Supermarkets
Banking
Insurance
Etc.
• Data usually captured in OLTP are stored in
commercial relational databases. e.g;
• ProductName
• EmployeeDetails
• InventorySupplies
• Suppliers
Advantages of OLTP
• Simplicity
• Efficiency
• Star Schema
• Snowflake Schema
Star Schema
• Star Schema in data warehouse, in which the center of
the star can have one fact table and a number of
associated dimension tables.
• Example:
• {13, ..., 39} = young; {13, ..., 19} = teenage;
• {13, ..., 19} ⊆ {13, ..., 39} ⇒ teenage < young
Operation-derived hierarchy
• Produced by applying an operation (encoding, decoding,
information extraction).