Ex. 11 (pp.409) Given the lattice structure shown in Figure 6.33 and the transactions given in Table 6.24, label each node with the following letter(s):

Slides:



Advertisements
Similar presentations
Association Analysis (2). Example TIDList of item ID’s T1I1, I2, I5 T2I2, I4 T3I2, I3 T4I1, I2, I4 T5I1, I3 T6I2, I3 T7I1, I3 T8I1, I2, I3, I5 T9I1, I2,
Advertisements

CSE 634 Data Mining Techniques
Data Mining Techniques Association Rule
Association rules and frequent itemsets mining
Data Mining (Apriori Algorithm)DCS 802, Spring DCS 802 Data Mining Apriori Algorithm Spring of 2002 Prof. Sung-Hyuk Cha School of Computer Science.
Mining Frequent Patterns II: Mining Sequential & Navigational Patterns Bamshad Mobasher DePaul University Bamshad Mobasher DePaul University.
1 Topics to cover in 2 nd part ( to p2). 2 Chapter 8 - Project Management Chapter Topics ( to p3)
MIS2502: Data Analytics Association Rule Mining. Uses What products are bought together? Amazon’s recommendation engine Telephone calling patterns Association.
Association Mining Data Mining Spring Transactional Database Transaction – A row in the database i.e.: {Eggs, Cheese, Milk} Transactional Database.
Rakesh Agrawal Ramakrishnan Srikant
Learning Fuzzy Association Rules and Associative Classification Rules Jianchao Han Computer Science Department California State University Dominguez Hills.
Association Analysis (2). Example TIDList of item ID’s T1I1, I2, I5 T2I2, I4 T3I2, I3 T4I1, I2, I4 T5I1, I3 T6I2, I3 T7I1, I3 T8I1, I2, I3, I5 T9I1, I2,
Reducing the collection of itemsets: alternative representations and combinatorial problems.
Warm-up Finding Terms of a Sequence
Evaluation of Association Patterns
1 Mining Frequent Patterns Without Candidate Generation Apriori-like algorithm suffers from long patterns or quite low minimum support thresholds. Two.
Association Analysis (4b) (Importance of Stratification)
Temporal Pattern Matching of Moving Objects for Location-Based Service GDM Ronald Treur14 October 2003.
6/23/2015CSE591: Data Mining by H. Liu1 Association Rules Transactional data Algorithm Applications.
2/8/00CSE 711 data mining: Apriori Algorithm by S. Cha 1 CSE 711 Seminar on Data Mining: Apriori Algorithm By Sung-Hyuk Cha.
Research Project Mining Negative Rules in Large Databases using GRD.
Mining Association Rules
Mining Sequences. Examples of Sequence Web sequence:  {Homepage} {Electronics} {Digital Cameras} {Canon Digital Camera} {Shopping Cart} {Order Confirmation}
MIS 451 Building Business Intelligence Systems Association Rule Mining (1)
EXAMPLE 2 Write rules for sequences
5 Minute Check. Find if d = 8, e = 3, f = 4 and g = -1. Complete in your notes e.
Slopes of Lines Chapter 3-3.
EOC Practice #27 SPI EOC Practice #27 Using a scatterplot, determine if a linear relationship exists and describe the association between variables.
Chapter 5 Mining Association Rules with FP Tree Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2010.
Mining Sequential Patterns: Generalizations and Performance Improvements R. Srikant R. Agrawal IBM Almaden Research Center Advisor: Dr. Hsu Presented by:
Patterns I CAN use algebraic expressions to solve numeric and geometric patterns.
$100 $200 $300 $400 $500 $200 $300 $400 $500 Graphing Events/ Relations Function rules, tables, and graphs Number Patterns Direct Variation Inverse.
Chapter 13 Statistics © 2008 Pearson Addison-Wesley. All rights reserved.
Ch5 Mining Frequent Patterns, Associations, and Correlations
© 2008 Pearson Addison-Wesley. All rights reserved Chapter 1 Section 13-6 Regression and Correlation.
What are two types of Sequences?
Column Sequences An Investigation Column Sequences Look carefully at the columns shown below and the way in which the numbers are being put into each.
Quadratic Patterns of Change
Dynamic Itemset Counting and Implication Rules for Market Basket Data.
1 What is Association Analysis: l Association analysis uses a set of transactions to discover rules that indicate the likely occurrence of an item based.
Association Rule Mining
© Tan,Steinbach, Kumar Introduction to Data Mining 4/18/ Data Mining: Association Analysis This lecture node is modified based on Lecture Notes for.
ECON 2313 Exercise 3, Part 1 1 and 2 are based on the following table: Y D (billions)C (billions) ,0001,550 3,0003,250 6,0005,800 9,0008,350 12,00010,900.
Copyright © 2015, 2008, 2011 Pearson Education, Inc. Section 2.4, Slide 1 Chapter 2 Modeling with Linear Functions.
Patterns and Relationships
Objective: Learn to describe the relationships and extend the terms in arithmetic sequence.
Mining Progressive Confident Rules M. Zhang, W. Hsu and M.L. Lee Int'l Conf on Data Mining (ICDM),2006 IEEE Advisor : Jia-Ling Koh Speaker : Tsui-Feng.
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Graph each ordered pair on a coordinate plane. 1.(2, –4) 2.(0, 3) 3. (–1, –2) 4.(–3, 0) Give coordinates for each ordered pair on the graph. 5.A 6.B 7.C.
3-3 RATE OF CHANGE February Objectives I can determine the rate of change of a line from a graph I can determine the rate of change of a line.
1 Mining the Smallest Association Rule Set for Predictions Jiuyong Li, Hong Shen, and Rodney Topor Proceedings of the 2001 IEEE International Conference.
MIS2502: Data Analytics Association Rule Mining David Schuff
Warm-Up #34 Thursday, 12/10. Homework Thursday, 12/10 Lesson 4.02 packet Pg____________________.
Searching for Pattern Rules Guichong Li and Howard J. Hamilton Int'l Conf on Data Mining (ICDM),2006 IEEE Advisor : Jia-Ling Koh Speaker : Tsui-Feng Yen.
Data Mining – Introduction (contd…) Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
DATA MINING: ASSOCIATION ANALYSIS (2) Instructor: Dr. Chun Yu School of Statistics Jiangxi University of Finance and Economics Fall 2015.
Lesson 2 – 1 Inductive Reasoning and Conjecture
Mining Association Rules in Large Database This work is created by Dr. Anamika Bhargava, Ms. Pooja Kaul, Ms. Priti Bali and Ms. Rajnipriya Dhawan and licensed.
Big Data Analytics: HW#2
Sequences Describe the pattern in the sequence and identify the sequence as arithmetic, geometric, or neither. 7, 11, 15, 19, … 7, 11, 15, 19, … Answer:
Association Rule Mining
A Parameterised Algorithm for Mining Association Rules
Transactional data Algorithm Applications
Mining Complex Data COMP Seminar Spring 2011.
Which description shows the relationship between a
Number Patterns Name: ______________________________
Frequent patterns and Association Rules
Patterns – Learning Outcomes
Scatter Plots and Equations of Lines
Make Ten Example: Name: ______________________
Presentation transcript:

Ex. 11 (pp.409) Given the lattice structure shown in Figure 6.33 and the transactions given in Table 6.24, label each node with the following letter(s): M if the node is a maximal frequent itemset, C if it is a closed frequent itemset, N if it is frequent but neither maximal nor closed, and I if it is infrequent. Assume that the support threshold is equal to 30%.

Ex. 11 (pp.409)

Ex. 11 (pp.409)

Exercise 17 (pp. 413) Suppose we have market basket data consisting of 100 transactions and 20 items. The support for item a is 25%, the support for item b is 90% and the support for itemset {a, b} is 20%. Let the support and confidence thresholds be 10% and 60%, respectively. (a) Compute the confidence of the association rule {a} → {b}. Is the rule interesting according to the confidence measure? Answer: Confidence is 0.2/0.25 = 80%. The rule is interesting because it exceeds the confidence threshold. (b) Compute the interest measure for the association pattern {a, b}. Describe the nature of the relationship between item a and item b in terms of the interest measure. The interest measure is 0.2/(0.25 × 0.9) = 0.889. The items are negatively correlated according to interest measure. (c) What conclusions can you draw from the results of parts (a) and (b)? High confidence rules may not be interesting.

Ex. 11 (pp. 480) maxgap = 3 maxspan = 5 (a) For each of the sequences w =< e1e2 . . . ei . . . ei+1 . . . elast > given below, determine whether they are subsequences of the sequence < {1, 2, 3}{2, 4}{2, 4, 5}{3, 5}{6} > subjected to the following timing constraints: maxgap = 3 maxspan = 5 w =< {1}{2}{3} > Answer: Yes. w =< {1, 2, 3, 4}{5, 6} > Answer: No. w =< {2, 4}{2, 4}{6} > w =< {1}{2, 4}{6} > w =< {1, 2}{3, 4}{5, 6} >

Ex. 11 (pp. 480) (b) Determine whether each of the subsequences w given in the previous question are contiguous subsequences of the following sequences s. s =< {1, 2, 3, 4, 5, 6}{1, 2, 3, 4, 5, 6}{1, 2, 3, 4, 5, 6} > w =< {1}{2}{3} > Answer: Yes. w =< {1, 2, 3, 4}{5, 6} > w =< {2, 4}{2, 4}{6} > w =< {1}{2, 4}{6} > w =< {1, 2}{3, 4}{5, 6} >

Ex. 11 (pp. 480) s =< {1, 2, 3, 4}{1, 2, 3, 4, 5, 6}{3, 4, 5, 6} > w =< {1}{2}{3} > Answer: Yes. w =< {1, 2, 3, 4}{5, 6} > w =< {2, 4}{2, 4}{6} > w =< {1}{2, 4}{6} > w =< {1, 2}{3, 4}{5, 6} >

Ex. 11 (pp. 480) s =< {1, 2}{1, 2, 3, 4}{3, 4, 5, 6}{5, 6} > w =< {1}{2}{3} > Answer: Yes. w =< {1, 2, 3, 4}{5, 6} > w =< {2, 4}{2, 4}{6} > Answer: No. w =< {1}{2, 4}{6} > w =< {1, 2}{3, 4}{5, 6} >

Ex. 11 (pp. 480) s =< {1, 2, 3}{2, 3, 4, 5}{4, 5, 6} > w =< {1}{2}{3} > Answer: No. w =< {1, 2, 3, 4}{5, 6} > w =< {2, 4}{2, 4}{6} > w =< {1}{2, 4}{6} > Answer: Yes. w =< {1, 2}{3, 4}{5, 6} >