UNIT-3 Data Mining Primitives, Languages, and System Architectures LectureTopic ********************************************** Lecture-18Data mining primitives:

Slides:



Advertisements
Similar presentations
1 Copyright Jiawei Han; modified by Charles Ling for CS411a/538a Data Mining and Data Warehousing  Introduction  Data warehousing and OLAP for data mining.
Advertisements

OLAP Tuning. Outline OLAP 101 – Data warehouse architecture – ROLAP, MOLAP and HOLAP Data Cube – Star Schema and operations – The CUBE operator – Tuning.
Outline What is a data warehouse? A multi-dimensional data model Data warehouse architecture Data warehouse implementation Further development of data.
Descriptive Exploratory Data Analysis 9/6/2007 Jagdish S. Gangolly State University of New York at Albany.
Descriptive Exploratory Data Analysis 9/6/2007 Jagdish S. Gangolly State University of New York at Albany.
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
1 Berendt: Advanced databases, winter term 2007/08, 1 Advanced databases – Inferring new knowledge.
CS490D: Introduction to Data Mining Chris Clifton
Report on Intrusion Detection and Data Fusion By Ganesh Godavari.
University of Alberta  Dr. Osmar R. Zaïane, Principles of Knowledge Discovery in Data Dr. Osmar R. Zaïane University of Alberta Fall 2004.
Introduction What is Data Mining ?. Data Mining: Concepts and Techniques — Slides for Course “Data Mining” — — Chapter 1 — Jiawei Han.
Harshad Kamat SB # CSE Data Mining Chapter 4 Data Mining Primitives, Languages, and System Architectures.
6/25/2015 Acc 522 Fall 2001 (Jagdish S. Gangolly) 1 Data Mining I Jagdish Gangolly State University of New York at Albany.
Data Mining By Archana Ketkar.
Data Mining Primitives, Languages and System Architecture CSE 634-Datamining Concepts and Techniques Professor Anita Wasilewska Presented By Sushma Devendrappa.
COMP 578 Data Warehousing And OLAP Technology Keith C.C. Chan Department of Computing The Hong Kong Polytechnic University.
Data Mining – Intro.
DBMiner 2.0 Adnan Rahi Prabhat Vivekanandan. Brief History of DBMiner Technology Inc. Research on data mining since International reputation and.
Ch3 Data Warehouse part2 Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009.
DATA WAREHOUSE (Muscat, Oman).
Data Mining Query Languages Kristen LeFevre April 19, 2004 With Thanks to Zheng Huang and Lei Chen.
OLAM and Data Mining: Concepts and Techniques. Introduction Data explosion problem: –Automated data collection tools and mature database technology lead.
Data Mining : Introduction Chapter 1. 2 Index 1. What is Data Mining? 2. Data Mining Functionalities 1. Characterization and Discrimination 2. MIning.
Lingma Acheson Department of Computer and Information Science, IUPUI
DATA MINING & KNOWLEDGE DISCOVERY
Chapter 11 Databases.
Understanding Data Analytics and Data Mining Introduction.
Chapter 1 Introduction to Data Mining
Report on Intrusion Detection and Data Fusion By Ganesh Godavari.
Succeeding with Technology Database Systems Basic Data Management Concepts Organizing Data in a Database Database Management Systems Using Database Systems.
Technology In Action Chapter 11 1 Databases and… Databases and their uses Database components Types of databases Database management systems Relational.
Chapter 3 Data Mining. Data Warehouse and Data Mining Chapter 3 2 Content Part 1 : Data preprocessing 1) Data cleaning 1.1 Simple Discretization Methods:
Data Mining – Intro. Course Overview Spatial Databases Temporal and Spatio-Temporal Databases Multimedia Databases Data Mining.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Advanced Database Course (ESED5204) Eng. Hanan Alyazji University of Palestine Software Engineering Department.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
 Finding all the patterns autonomously in a database? — unrealistic because the patterns could be too many but uninteresting  Data mining should be.
January 14, 2016Data Mining: Concepts and Techniques 1 Chapter 4: Data Mining Primitives, Languages, and System Architectures Data mining primitives: What.
Evaluation of DBMiner By: Shu LIN Calin ANTON. Outline  Importing and managing data source  Data mining modules Summarizer Associator Classifier Predictor.
August 18, 2009Data Mining: Concepts and Techniques 1 Data Mining: Concepts and Techniques — Slides for Textbook — — Chapter 4 — ©Jiawei Han and Micheline.
DATA MINING LECTURE 1 INTRODUCTION TO DATA MINING.
Data Mining Concepts and Techniques Course Presentation by Ali A. Ali Department of Information Technology Institute of Graduate Studies and Research Alexandria.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support Chapter 25.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Data Mining – Introduction (contd…) Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
Managing Data Resources File Organization and databases for business information systems.
UNIT-3 Data Mining Primitives, Languages, and System Architectures
Intro to MIS – MGS351 Databases and Data Warehouses
Data Mining Functionalities
Data Mining – Intro.
Data Mining Primitives, Languages and System Architecture
Data Mining.
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Data Mining: Concepts and Techniques — Chapter 1 — — Introduction —
Databases and Data Warehouses Chapter 3
Chapter 3 Introduction to Data Mining
©Jiawei Han and Micheline Kamber
Instructor: Dan Hebert
Data Mining Concept Description
Data Warehouse and OLAP
Lingma Acheson Department of Computer and Information Science, IUPUI
Data Warehousing and Data Mining
©Jiawei Han and Micheline Kamber Department of Computer Science
Chapter 4: Data Mining Primitives, Languages, and System Architectures
©Jiawei Han and Micheline Kamber Department of Computer Science
UNIT-3 Data Mining Primitives, Languages, and System Architectures
Data Mining: Concepts and Techniques — Chapter 1 — — Introduction —
Data Warehouse and OLAP
Chapter 3 Data Mining.
Presentation transcript:

UNIT-3 Data Mining Primitives, Languages, and System Architectures LectureTopic ********************************************** Lecture-18Data mining primitives: What defines a data mining task? Lecture-19A data mining query language Lecture-20Design graphical user interfaces based on a data mining query language Lecture-21Architecture of data mining systems

Lecture-18 Data mining primitives: What defines a data mining task?

Why Data Mining Primitives and Languages? Finding all the patterns autonomously in a database? — unrealistic because the patterns could be too many but uninteresting Data mining should be an interactive process User directs what to be mined User directs what to be mined Users must be provided with a set of primitives to be used to communicate with the data mining system Incorporating these primitives in a data mining query language More flexible user interaction More flexible user interaction Foundation for design of graphical user interface Foundation for design of graphical user interface Standardization of data mining industry and practice Standardization of data mining industry and practice Lecture-18 - Data mining primitives: What defines a data mining task?

What Defines a Data Mining Task ? Task-relevant data Type of knowledge to be mined Background knowledge Pattern interestingness measurements Visualization of discovered patterns Lecture-18 - Data mining primitives: What defines a data mining task?

Task-Relevant Data (Minable View) Database or data warehouse name Database tables or data warehouse cubes Condition for data selection Relevant attributes or dimensions Data grouping criteria Lecture-18 - Data mining primitives: What defines a data mining task?

Types of knowledge to be mined CharacterizationDiscriminationAssociationClassification/predictionClustering Outlier analysis Other data mining tasks Lecture-18 - Data mining primitives: What defines a data mining task?

Background Knowledge: Concept Hierarchies Schema hierarchy street < city < province_or_state < country street < city < province_or_state < country Set-grouping hierarchy {20-39} = young, {40-59} = middle_aged {20-39} = young, {40-59} = middle_aged Operation-derived hierarchy address: login-name < department < university < country address: login-name < department < university < country Rule-based hierarchy low_profit_margin (X) <= price(X, P1) and cost (X, P2) and (P1 - P2) < $50 low_profit_margin (X) <= price(X, P1) and cost (X, P2) and (P1 - P2) < $50 Lecture-18 - Data mining primitives: What defines a data mining task?

Measurements of Pattern Interestingness Simplicity association rule length, decision tree size association rule length, decision tree sizeCertainty confidence, P(A|B) = n(A and B)/ n (B), classification reliability or accuracy, certainty factor, rule strength, rule quality, discriminating weight confidence, P(A|B) = n(A and B)/ n (B), classification reliability or accuracy, certainty factor, rule strength, rule quality, discriminating weightUtility potential usefulness, support (association), noise threshold (description) Novelty not previously known, surprising (used to remove redundant rules, Canada vs. Vancouver rule implication support ratio Lecture-18 - Data mining primitives: What defines a data mining task?

Visualization of Discovered Patterns Different backgrounds/usages may require different forms of representation rules, tables, cross tabs, pie/bar chart rules, tables, cross tabs, pie/bar chart Concept hierarchy is also important Discovered knowledge might be more understandable when represented at high level of abstraction Discovered knowledge might be more understandable when represented at high level of abstraction Interactive drill up/down, pivoting, slicing and dicing provide different perspective to data Interactive drill up/down, pivoting, slicing and dicing provide different perspective to data Different kinds of knowledge require different representation: association, classification, clustering clustering Lecture-18 - Data mining primitives: What defines a data mining task?

Lecture-19 A data mining query language

A Data Mining Query Language (DMQL) Motivation A DMQL can provide the ability to support ad-hoc and interactive data mining A DMQL can provide the ability to support ad-hoc and interactive data mining By providing a standardized language like SQL By providing a standardized language like SQL to achieve a similar effect like that SQL has on relational database Foundation for system development and evolution Facilitate information exchange, technology transfer, commercialization and wide acceptance Design DMQL is designed with the primitives DMQL is designed with the primitives Lecture-19 - A data mining query language

Syntax for DMQL Syntax for specification of task-relevant data task-relevant data the kind of knowledge to be mined the kind of knowledge to be mined concept hierarchy specification concept hierarchy specification interestingness measure interestingness measure pattern presentation and visualization pattern presentation and visualization — a DMQL query — a DMQL query Lecture-19 - A data mining query language

Syntax for task-relevant data specification use database database_name, or use data warehouse data_warehouse_name from relation(s)/cube(s) [where condition] in relevance to att_or_dim_list order by order_list group by grouping_list having condition

Syntax for specifying the kind of knowledge to be mined Characterization Mine_Knowledge_Specification ::= mine characteristics [as pattern_name] analyze measure(s) Discrimination Mine_Knowledge_Specification ::= mine comparison [as pattern_name] for target_class where target_condition {versus contrast_class_i where contrast_condition_i} analyze measure(s) Association Mine_Knowledge_Specification ::= mine associations [as pattern_name] Lecture-19 - A data mining query language

Syntax for specifying the kind of knowledge to be mined v Classification Mine_Knowledge_Specification ::= mine classification [as pattern_name] analyze classifying_attribute_or_dimension v Prediction Mine_Knowledge_Specification ::= mine prediction [as pattern_name] analyze prediction_attribute_or_dimension {set {attribute_or_dimension_i= value_i}} Lecture-19 - A data mining query language

Syntax for concept hierarchy specification To specify what concept hierarchies to use use hierarchy for use hierarchy for use different syntax to define different type of hierarchies schema hierarchies schema hierarchies define hierarchy time_hierarchy on date as [date,month quarter,year] set-grouping hierarchies set-grouping hierarchies define hierarchy age_hierarchy for age on customer as level1: {young, middle_aged, senior} < level0: all level2: {20,..., 39} < level1: young level2: {40,..., 59} < level1: middle_aged level2: {60,..., 89} < level1: senior Lecture-19 - A data mining query language

Syntax for concept hierarchy specification operation-derived hierarchies operation-derived hierarchies define hierarchy age_hierarchy for age on customer as {age_category(1),..., age_category(5)} := cluster(default, age, 5) < all(age) {age_category(1),..., age_category(5)} := cluster(default, age, 5) < all(age) Lecture-19 - A data mining query language

Syntax for concept hierarchy specification rule-based hierarchies rule-based hierarchies define hierarchy profit_margin_hierarchy on item as level_1: low_profit_margin < level_0: all level_1: low_profit_margin < level_0: all if (price - cost)< $50 if (price - cost)< $50 level_1: medium-profit_margin < level_0: all level_1: medium-profit_margin < level_0: all if ((price - cost) > $50) and ((price - cost) $50) and ((price - cost) <= $250)) level_1: high_profit_margin < level_0: all level_1: high_profit_margin < level_0: all if (price - cost) > $250 if (price - cost) > $250 Lecture-19 - A data mining query language

Syntax for interestingness measure specification Interestingness measures and thresholds can be specified by the user with the statement: with threshold = threshold_value Example: with support threshold = 0.05 with confidence threshold = 0.7 with confidence threshold = 0.7 Lecture-19 - A data mining query language

Syntax for pattern presentation and visualization specification syntax which allows users to specify the display of discovered patterns in one or more forms syntax which allows users to specify the display of discovered patterns in one or more forms display as display as To facilitate interactive viewing at different concept level, the following syntax is defined: To facilitate interactive viewing at different concept level, the following syntax is defined: Multilevel_Manipulation ::= roll up on attribute_or_dimension | drill down on attribute_or_dimension | add attribute_or_dimension | drop attribute_or_dimension Lecture-19 - A data mining query language

The full specification of a DMQL query The full specification of a DMQL query use database AllElectronics_db use hierarchy location_hierarchy for B.address mine characteristics as customerPurchasing analyze count% in relevance to C.age, I.type, I.place_made from customer C, item I, purchases P, items_sold S, works_at W, branch where I.item_ID = S.item_ID and S.trans_ID = P.trans_ID and P.cust_ID = C.cust_ID and P.method_paid = ``AmEx'' and P.empl_ID = W.empl_ID and W.branch_ID = B.branch_ID and B.address = ``Canada" and I.price >= 100 with noise threshold = 0.05 display as table Lecture-19 - A data mining query language

Other Data Mining Languages & Standardization Efforts Association rule language specifications MSQL (Imielinski & Virmani’99) MSQL (Imielinski & Virmani’99) MineRule (Meo Psaila and Ceri’96) MineRule (Meo Psaila and Ceri’96) Query flocks based on Datalog syntax (Tsur et al’98) Query flocks based on Datalog syntax (Tsur et al’98) OLEDB for DM (Microsoft’2000) Based on OLE, OLE DB, OLE DB for OLAP Based on OLE, OLE DB, OLE DB for OLAP Integrating DBMS, data warehouse and data mining Integrating DBMS, data warehouse and data mining CRISP-DM (CRoss-Industry Standard Process for Data Mining) Providing a platform and process structure for effective data mining Providing a platform and process structure for effective data mining Emphasizing on deploying data mining technology to solve business problems Emphasizing on deploying data mining technology to solve business problems Lecture-19 - A data mining query language

Lecture-20 Design graphical user interfaces based on a data mining query language

Designing Graphical User Interfaces based on a data mining query language What tasks should be considered in the design GUIs based on a data mining query language? Data collection and data mining query composition Data collection and data mining query composition Presentation of discovered patterns Presentation of discovered patterns Hierarchy specification and manipulation Hierarchy specification and manipulation Manipulation of data mining primitives Manipulation of data mining primitives Interactive multilevel mining Interactive multilevel mining Other miscellaneous information Other miscellaneous information Lecture-20 - Design graphical user interfaces based on a data mining query language

Lecture-21 Architecture of data mining systems

Data Mining System Architectures Coupling data mining system with DB/DW system No coupling—flat file processing, No coupling—flat file processing, Loose coupling Loose coupling Fetching data from DB/DW Semi-tight coupling—enhanced DM performance Semi-tight coupling—enhanced DM performance Provide efficient implement a few data mining primitives in a DB/DW system- sorting, indexing, aggregation, histogram analysis, multiway join, precomputation of some stat functions Lecture-21 - Architecture of data mining systems

Data Mining System Architectures Tight coupling—A uniform information processing environment DM is smoothly integrated into a DB/DW system, mining query is optimized based on mining query, indexing, query processing methods DM is smoothly integrated into a DB/DW system, mining query is optimized based on mining query, indexing, query processing methods Lecture-21 - Architecture of data mining systems