1 / 28

Data Mining Concepts and Techniques Course Presentation by Ali A. Ali

Data Mining Concepts and Techniques Course Presentation by Ali A. Ali Department of Information Technology Institute of Graduate Studies and Research Alexandria University (EGYPT) 2014. Data Warehouse.

Download Presentation

Data Mining Concepts and Techniques Course Presentation by Ali A. Ali

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Mining Concepts and Techniques Course Presentation by Ali A. Ali Department of Information Technology Institute of Graduate Studies and Research Alexandria University (EGYPT) 2014

  2. Data Warehouse • Data Warehouse exhibits characteristics to support management's decision making process: • The Data warehouse described as a : • Subject Oriented • Integrated • Non volatile • Time Variant

  3. Subject Oriented • The Data warehouse is subject oriented because it provides us the information around a subject rather the organization's ongoing operations. • These subjects can be product, customers, suppliers, sales, revenue etc. The data warehouse does not focus on the ongoing operations rather it focuses on modeling and analysis of data for decision making.

  4. Integrated • Data Warehouse is constructed by integration of data from heterogeneous sources such as relational databases, flat files etc. • This integration enhances the effective analysis of data.

  5. Non volatile • Non volatile : previous data is not removed when new data is added to it. The data warehouse is kept separate from the operational database therefore frequent changes in operational database are not reflected in data warehouse.

  6. Time Variant • The Data in Data Warehouse is identified with a particular time period. • The Data in Data Warehouse provide information from historical point of view.

  7. Data Warehouse • Data Warehousing is the process of constructing and using the data warehouse. • The data warehouse is constructed by integrating the data from multiple heterogeneous sources. • This data warehouse supports analytical reporting, structured and/or ad hoc queries and decision making.

  8. Data Warehouse • Data Warehousing involves data cleaning, data integration and data consolidations. Integrating Heterogeneous Databases. • To integrate heterogeneous databases we have the two approaches as follows: • Query Driven Approach • Update Driven Approach

  9. Query Driven Approach • It is the traditional approach to integrate heterogeneous databases. • This approach was used to build wrappers and integrators(mediators) on the top of multiple heterogeneous databases.

  10. Process of Query Driven Approach • When the query is issued to a client side, a metadata dictionary translates the query into the queries appropriate for the individual heterogeneous site involved. • Now these queries are mapped and sent to the local query processor. • The results from heterogeneous sites are integrated into a global answer set.

  11. Query Driven Approach (DISADVANTAGES) • The Query Driven Approach needs complex integration and filtering processes. • This approach is very inefficient. • This approach is very expensive for frequent queries. • This approach is also very expensive for queries that require aggregations.

  12. Update Driven Approach • Today's Data Warehouse system follows update driven approach rather than the traditional approach discussed earlier. • In Update driven approach the information from multiple heterogeneous sources is integrated in advance and stored in a warehouse. • This information is available for direct querying and analysis.

  13. Update Driven Approach (ADVANTAGES) • This approach provides high performance. • The data are copied, processed, integrated, annotated, summarized and restructured in semantic data store in advance. • Query processing does not require interface with the processing at local sources.

  14. on-line analytical processing (OLAP) • data warehouses provide on-line analytical processing (OLAP) tools for the interactive analysis of multidimensional data of varied granularities, which facilitates effective data generalization and data mining.

  15. OLTP vs. OLAP • We can divide IT systems into transactional (OLTP) and analytical (OLAP). • In general we can assume that OLTP systems provide source data to data warehouses, whereas OLAP systems help to analyze it.

  16. OLTP • OLTP (On-line Transaction Processing) is characterized by a large number of short on-line transactions (INSERT, UPDATE, DELETE). The main emphasis for OLTP systems is put on very fast query processing, maintaining data integrity in multi-access environments and an effectiveness measured by number of transactions per second.

  17. OLTP • In OLTP database there is detailed and current data, and schema used to store transactional databases is the entity model

  18. OLAP • OLAP (On-line Analytical Processing) is characterized by relatively low volume of transactions. Queries are often very complex and involve aggregations. For OLAP systems a response time is an effectiveness measure. OLAP applications are widely used by Data Mining techniques. • In OLAP database there is aggregated, historical data, stored in multi-dimensional schemas (usually star schema).

  19. From OLAP to OLAM • On-line analytical mining (OLAM) (also called OLAP mining) integrates on-line analytical processing (OLAP) with data mining and mining knowledge in multidimensional databases. • Among the many different paradigms and architectures of data mining systems, OLAM is particularly important for the following reasons:

  20. Importance of (OLAM) • High quality of data in data warehouses : • The data mining tools are required to work on integrated, consistent, and cleaned data. These steps are very costly in preprocessing of data. • The data warehouse constructed by such preprocessing is valuable source of high quality data for OLAP and data mining as well.

  21. Importance of (OLAM) • Available information processing infrastructure surrounding data warehouses • Information processing infrastructure refers to accessing, integration, consolidation, and transformation of multiple heterogeneous databases, web-accessing and service facilities, reporting and OLAP analysis tools.

  22. Importance of (OLAM) • OLAP-based exploratory data analysis: • Exploratory data analysis is required for effective data mining. OLAM provides facility for data mining on various sub set of data and at different level of abstraction.

  23. Importance of (OLAM) • Online selection of data mining functions • Integrating OLAP with multiple data mining functions, on-line analytical mining provides users with the flexibility to select desired data mining functions and swap data mining tasks dynamically.

  24. From Data Warehousing (OLAP) to Data Mining (OLAM) • Online Analytical Mining integrates with Online Analytical Processing with data mining and mining knowledge in multidimensional databases. • Here is the diagram that shows integration of both OLAP and OLAM:

  25. Data Mining & Data Warehouse • Assignment • Data Cleaning (Noisy Data) • Data Integration and Transformation • Differences between Operational Database Systems and Data Warehouses • A Multidimensional Data Model • Metadata Repository • Frequent Pattern Mining • Comparing Classification and Prediction Methods • Rule-Based Classification • Case-Based Reasoning • What Is Cluster Analysis • Mining Data Streams • Graph Mining , Multirelational Data Mining • Text Mining Approaches • Fuzzy Set Approaches • Web Usage Mining • Data Mining for Intrusion Detection • Data Mining, Privacy, and Data Security

More Related