Association rules and frequent itemsets mining

Slides:



Advertisements
Similar presentations
Mining Association Rules
Advertisements

Huffman Codes and Asssociation Rules (II) Prof. Sin-Min Lee Department of Computer Science.
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,
Frequent Itemset Mining Methods. The Apriori algorithm Finding frequent itemsets using candidate generation Seminal algorithm proposed by R. Agrawal and.
CSE 634 Data Mining Techniques
Data Mining Techniques Association Rule
Data Mining (Apriori Algorithm)DCS 802, Spring DCS 802 Data Mining Apriori Algorithm Spring of 2002 Prof. Sung-Hyuk Cha School of Computer Science.
COMP5318 Knowledge Discovery and Data Mining
Association Rules Spring Data Mining: What is it?  Two definitions:  The first one, classic and well-known, says that data mining is the nontrivial.
Association Rule Mining. 2 The Task Two ways of defining the task General –Input: A collection of instances –Output: rules to predict the values of any.
FP (FREQUENT PATTERN)-GROWTH ALGORITHM ERTAN LJAJIĆ, 3392/2013 Elektrotehnički fakultet Univerziteta u Beogradu.
1 of 25 1 of 45 Association Rule Mining CIT366: Data Mining & Data Warehousing Instructor: Bajuna Salehe The Institute of Finance Management: Computing.
Data Mining Association Analysis: Basic Concepts and Algorithms
Association Analysis. Association Rule Mining: Definition Given a set of records each of which contain some number of items from a given collection; –Produce.
Chapter 5: Mining Frequent Patterns, Association and Correlations
Data Mining Techniques So Far: Cluster analysis K-means Classification Decision Trees J48 (C4.5) Rule-based classification JRIP (RIPPER) Logistic Regression.
Data Mining Association Analysis: Basic Concepts and Algorithms Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach, Kumar Introduction.
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
732A02 Data Mining - Clustering and Association Analysis ………………… Jose M. Peña Association rules Apriori algorithm FP grow algorithm.
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Data Mining Association Analysis: Basic Concepts and Algorithms
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,
Data Mining Association Analysis: Basic Concepts and Algorithms
1 Mining Frequent Patterns Without Candidate Generation Apriori-like algorithm suffers from long patterns or quite low minimum support thresholds. Two.
Association Analysis: Basic Concepts and Algorithms.
Association Rule Mining. Generating assoc. rules from frequent itemsets  Assume that we have discovered the frequent itemsets and their support  How.
Data Mining Association Analysis: Basic Concepts and Algorithms
6/23/2015CSE591: Data Mining by H. Liu1 Association Rules Transactional data Algorithm Applications.
Mining Association Rules
Mining Association Rules
SEG Tutorial 2 – Frequent Pattern Mining.
Mining Association Rules in Large Databases. What Is Association Rule Mining?  Association rule mining: Finding frequent patterns, associations, correlations,
Association Discovery from Databases Association rules are a simple formalism for expressing positive connections between columns in a 0/1 matrix. A classical.
Apriori algorithm Seminar of Popular Algorithms in Data Mining and Machine Learning, TKK Presentation Lauri Lahti.
Ch5 Mining Frequent Patterns, Associations, and Correlations
AR mining Implementation and comparison of three AR mining algorithms Xuehai Wang, Xiaobo Chen, Shen chen CSCI6405 class project.
Data Mining Frequent-Pattern Tree Approach Towards ARM Lecture
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining By Tan, Steinbach, Kumar Lecture.
Modul 7: Association Analysis. 2 Association Rule Mining  Given a set of transactions, find rules that will predict the occurrence of an item based on.
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Mining Frequent Patterns without Candidate Generation.
CS 8751 ML & KDDSupport Vector Machines1 Mining Association Rules KDD from a DBMS point of view –The importance of efficiency Market basket analysis Association.
CSE4334/5334 DATA MINING CSE4334/5334 Data Mining, Fall 2014 Department of Computer Science and Engineering, University of Texas at Arlington Chengkai.
1 Inverted Matrix: Efficient Discovery of Frequent Items in Large Datasets in the Context of Interactive Mining -SIGKDD’03 Mohammad El-Hajj, Osmar R. Zaïane.
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.
Mining Frequent Patterns, Associations, and Correlations Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
Association Analysis (3)
Data Mining Association Analysis: Basic Concepts and Algorithms Lecture Notes for Chapter 6 Introduction to Data Mining by Tan, Steinbach, Kumar © Tan,Steinbach,
Chapter 8 Association Rules. Data Warehouse and Data Mining Chapter 10 2 Content Association rule mining Mining single-dimensional Boolean association.
Reducing Number of Candidates Apriori principle: – If an itemset is frequent, then all of its subsets must also be frequent Apriori principle holds due.
Data Mining Association Rules Mining Frequent Itemset Mining Support and Confidence Apriori Approach.
1 Data Mining Lecture 6: Association Analysis. 2 Association Rule Mining l Given a set of transactions, find rules that will predict the occurrence of.
Chapter 3 Data Mining: Classification & Association Chapter 4 in the text box Section: 4.3 (4.3.1),
Unsupervised learning: Data Mining
Reducing Number of Candidates
Data Mining Association Analysis: Basic Concepts and Algorithms
Data Mining: Concepts and Techniques
Data Mining: Concepts and Techniques
Frequent Pattern Mining
Market Basket Analysis and Association Rules
Data Mining Association Analysis: Basic Concepts and Algorithms
Mining Association Rules in Large Databases
Association Rule Mining
COMP5331 FP-Tree Prepared by Raymond Wong Presented by Raymond Wong
Frequent-Pattern Tree
Market Basket Analysis and Association Rules
FP-Growth Wenlong Zhang.
Presentation transcript:

Association rules and frequent itemsets mining Data Mining Association rules and frequent itemsets mining

Data Mining concepts Is the computational process of discovering patterns in very large datasets (rules, correlations, clusters) Untrained process: no previous knowledge is provided. Rules are learned from available data Will see two methods: rule learning and clustering

Association Rule Mining Finding frequent patterns, associations, correlations, or causal structures among sets of items or objects in transaction databases, relational databases, and other information repositories. Applications Basket data analysis, cross-marketing, catalog design, clustering user profiles (e.g. Twitter Friends) , etc. Examples Rule form: “Body  Head [support, confidence]”. buys(x, “diapers”)  buys(x, “beers”) [0.5%, 60%] follows(x,”KatyPerry”)^follows(x,”LadyGaga”)>follows(x,”BritneySpears”) [0.7%,70%]

Overview Basic Concepts of Association Rule Mining The Apriori Algorithm (Mining single dimensional boolean association rules) Methods to Improve Apriori’s Efficiency Frequent-Pattern Growth (FP-Growth) Method From Association Analysis to Correlation Analysis Summary

Association Model: Problem Statement I ={i1, i2, ...., in} a set of items J = P(I )= {j1, j2, ...., jN} (powerset) set of all possible subsets of the set of items, N=2n (e.g: jl={ikinim} ) Elements of J are called itemsets (e.g: jl={ikinim} ) Transaction T: <tid,j> tid is a transaction identifier, j is an element of P(I) Data Base: D = set of transactions An association rule is an implication of the form : X-> Y, where X, Y are disjoint subsets of I (elements of J )

Transactions Example Itemset Items Transaction ID

Another Transactions Example Items Itemset Transaction ID

Transaction database: Example (neutral)

Transaction database: binary representation Attributes converted to binary flags

Simpler ways to express rules follows(x,”KatyPerry”)^follows(x,”LadyGaga”)>follows(x,”BritneySpears”) KatyPerry,LadyGagaBritneySpears XY

Rule Measures: Support & Confidence Simple Formulas: Confidence (XY) = #tuples containing both X & Y / #tuples containing X = Pr(Y|X) = Pr(X U Y ) / Pr (X) Support (XY) = #tuples containing both X & Y/ total number of tuples = Pr(X U Y)

Support & Confidence What do they actually mean ? Find all the rules X  Y with confidence and support >= threshold support, s, probability that a transaction contains {X, Y} confidence, c, conditional probability that a transaction having {X} also contains Z Rules with support and confidence over a given threshold are called strong rules

Association Rules: finding “strong” rules Q: Given a set of transactions, what association rules have min_sup = 2 and min_conf= 50% ? There are 4 transactions (support) with A and B (1,4,8,9), of which two also include E (1,8) A, B => E : conf=2/4 = 50%

Association Rules Example, 2 Q: Given items {A,B,E}, what association rules have minsup = 2 and minconf= 50% ? There are several rules that can be derived from {A,B,E}, but only few have the minconf=50% A, B => E : conf=2/2 = 50% (A,B: 1,4,8,9) A, E => B : conf=2/2 = 100% (A,E:1,8) B, E => A : conf=2/2 = 100% (B,E:1,8) E => A, B : conf=2/2 = 100% (E:1,8) Don’t qualify A =>B, E : conf=2/6 =33%< 50% (A:1,4,5,7,8,9) B => A, E : conf=2/7 = 28% < 50% (B:1,2,3,4,6,8,9) => A,B,E : conf: 2/9 = 22% < 50% ({} :1,2,3,4,5,6,7,8,9)

Generating association rules Usually consists of two subproblems : Finding frequent itemsets whose occurences exceed a predefined minimum support threshold Deriving association rules from those frequent itemsets (with the constrains of minimum confidence threshold) These two subproblems are soleved iteratively until new rules no more emerge The second subproblem is quite straight- forward and most of the research focus is on the first subproblem

Overview Basic Concepts of Association Rule Mining The Apriori Algorithm (Mining single dimensional boolean association rules) Methods to Improve Apriori’s Efficiency Frequent-Pattern Growth (FP-Growth) Method From Association Analysis to Correlation Analysis Summary

The Apriori Algorithm: Basics The Apriori Algorithm is an influential algorithm for mining frequent itemsets for boolean association rules. Key Concepts : Frequent Itemsets: The sets of items which have minimum support (denoted by Li for itemsets of i elements). Apriori Property: Any subset of a frequent itemset must be frequent. Join Operation: To find Lk , a set of candidate k-itemsets is generated by joining Lk-1 with itself.

The Apriori Algorithm: key ideas Find the frequent itemsets: the sets of items that have minimum support A subset of a frequent itemset must also be a frequent itemset (Apriori property) i.e., if {AB} is a frequent itemset, both {A} and {B} should be a frequent itemset Iteratively find frequent itemsets with cardinality from 1 to k (k-itemset) Use the frequent itemsets to generate association rules.

Use of Apriori algorithm Initial information: transactional database D and user-defined numeric minimun support threshold min_sup Algorithm uses knowledge from previous iteration phase to produce frequent itemsets This is reflected in the Latin origin of the name that means ”from what comes before”

Creating frequent sets Let’s define: Ck as a candidate itemset of size k Lk as a frequent itemset of size k Main steps of iteration are: Find frequent itemset Lk-1 (starting from L1) Join step: Ck is generated by joining Lk-1 with itself (cartesian product Lk-1 x Lk-1) Prune step (apriori property): Any (k − 1) size itemset that is not frequent cannot be a subset of a frequent k size itemset, hence should be removed from Ck Frequent set Lk has been achieved

Creating frequent sets (2) Algorithm uses breadth-first search and a hash tree structure to handle candidate itemsets efficiently Then frequency for each candidate itemset is counted Those candidate itemsets that have frequency higher than minimum support threshold are qualified to be frequent itemsets

Apriori algorithm in pseudocode (2)  Join step and prune step (Wikipedia)

The Apriori Algorithm: Example Consider a database, D , consisting of 9 transactions. Suppose min. support count required is 2 (i.e. min_sup = 2/9 = 22 % ) Let minimum confidence required be 70%. We have first to find out the frequent itemsets using Apriori algorithm. Then, Association rules will be generated using min. support & min. confidence. TID List of Items T100 I1, I2, I5 T101 I2, I4 T102 I2, I3 T103 I1, I2, I4 T104 I1, I3 T105 T106 T107 I1, I2 ,I3, I5 T108 I1, I2, I3

Step 1: Generating 1-itemset Frequent Pattern Sup.Count {I1} 6 {I2} 7 {I3} {I4} 2 {I5} Itemset Sup.Count {I1} 6 {I2} 7 {I3} {I4} 2 {I5} Compare candidate support count with minimum support count Scan D to count of each candidate C1 L1 In the first iteration of the algorithm, each item is a member of the set of candidate. The set of frequent 1-itemsets, L1 , consists of the candidate 1-itemsets satisfying minimum support.

Step 2: Generating 2-itemset Frequent Pattern {I1, I2} {I1, I3} {I1, I4} {I1, I5} {I2, I3} {I2, I4} {I2, I5} {I3, I4} {I3, I5} {I4, I5} Itemset Sup. Count {I1, I2} 4 {I1, I3} {I1, I4} 1 {I1, I5} 2 {I2, I3} {I2, I4} {I2, I5} {I3, I4} {I3, I5} {I4, I5} Itemset Sup Count {I1, I2} 4 {I1, I3} {I1, I5} 2 {I2, I3} {I2, I4} {I2, I5} Generate C2 candidates from L1 (L1xL1) Compare candidate support count with minimum support count Scan D for count of each candidate L2 C2 C2

Step 2: Generating 2-itemset Frequent Pattern [Cont.] To discover the set of frequent 2-itemsets, L2 , the algorithm uses L1 Join L1 to generate a candidate set of 2-itemsets, C2. Next, the transactions in D are scanned and the support count for each candidate itemset in C2 is accumulated (as shown in the middle table). The set of frequent 2-itemsets, L2 , is then determined, consisting of those candidate 2-itemsets in C2 having minimum support. Note: We haven’t used Apriori Property yet.

Step 3: Generating 3-itemset Frequent Pattern Compare candidate support count with min support count Scan D for count of each candidate L2xL2 Scan D for count of each candidate Itemset Sup. Count {I1, I2, I3} 2 {I1, I2, I5} …. Itemset Sup Count {I1, I2, I3} 2 {I1, I2, I5} Itemset {I1, I2, I3} {I1, I2, I5} …. L3 C3 C3 The generation of the set of candidate 3-itemsets, C3 , involves use of the Apriori Property (see next slide). In order to find C3, we compute L2 Join L2. C3 = L2 Join L2 = {{I1, I2, I3}, {I1, I2, I5}, {I1, I3, I5}, {I2, I3, I4}, {I2, I3, I5}, {I2, I4, I5}}. Now, Join step is complete and Prune step will be used to reduce the size of C3. Prune step helps to avoid heavy computation due to large Ck.

Step 3: Generating 3-itemset Frequent Pattern [Cont.] {{I1, I2, I3}, {I1, I2, I5}, {I1, I3, I5}, {I2, I3, I4}, {I2, I3, I5}, {I2, I4, I5}}. Based on the Apriori property that all subsets of a frequent itemset must also be frequent, we can determine that four latter candidates cannot possibly be frequent. How ? For example , lets take {I1, I2, I3}. The 2-item subsets of it are {I1, I2}, {I1, I3} & {I2, I3}. Since all 2-item subsets of {I1, I2, I3} are members of L2, we will keep {I1, I2, I3} in C3. Lets take another example of {I2, I3, I5} which shows how the pruning is performed. The 2-item subsets are {I2, I3}, {I2, I5} & {I3,I5}. BUT, {I3, I5} is not a member of L2 and hence it is not frequent violating Apriori Property. Thus We will have to remove {I2, I3, I5} from C3. Therefore, C3 = {{I1, I2, I3}, {I1, I2, I5}} after checking for all members of result of Join operation for Pruning. Now, the transactions in D are scanned in order to determine L3, consisting of those candidates 3-itemsets in C3 having minimum support.

Step 4: Generating 4-itemset Frequent Pattern The algorithm uses L3 Join L3 to generate a candidate set of 4-itemsets, C4. Although the join results in {{I1, I2, I3, I5}}, this itemset is pruned since its subset {{I2, I3, I5}} is not frequent. Thus, C4 = φ , and algorithm terminates, having found all of the frequent items. This completes our Apriori Algorithm. What’s Next ? These frequent itemsets will be used to generate strong association rules ( where strong association rules satisfy both minimum support & minimum confidence).

Illustrating Apriori Principle Found to be Infrequent Pruned supersets

Step 5: Generating Association Rules from Frequent Itemsets Procedure: For each frequent itemset “l”, generate all nonempty subsets of l. For every nonempty subset s of l, output the rule “s  (l-s)” if support_count(l) / support_count(s) >= min_conf where min_conf is minimum confidence threshold. Back To Example: We had L = {{I1}, {I2}, {I3}, {I4}, {I5}, {I1,I2}, {I1,I3}, {I1,I5}, {I2,I3}, {I2,I4}, {I2,I5}, {I1,I2,I3}, {I1,I2,I5}}. Lets take l = {I1,I2,I5}. Its all nonempty subsets are {I1,I2}, {I1,I5}, {I2,I5}, {I1}, {I2}, {I5}.

Step 5: Generating Association Rules from Frequent Itemsets [Cont.] l = {I1,I2,I5}, s: {I1,I2}, {I1,I5}, {I2,I5}, {I1}, {I2}, {I5} Let minimum confidence threshold is , say 70%. The resulting association rules are shown below, each listed with its confidence. R1: I1 ^ I2  I5 Confidence = sc{I1,I2,I5}/sc{I1,I2} = 2/4 = 50% R1 is Rejected. R2: I1 ^ I5  I2 Confidence = sc{I1,I2,I5}/sc{I1,I5} = 2/2 = 100% R2 is Selected. R3: I2 ^ I5  I1 Confidence = sc{I1,I2,I5}/sc{I2,I5} = 2/2 = 100% R3 is Selected.

Step 5: Generating Association Rules from Frequent Itemsets [Cont.] R4: I1  I2 ^ I5 Confidence = sc{I1,I2,I5}/sc{I1} = 2/6 = 33% R4 is Rejected. R5: I2  I1 ^ I5 Confidence = sc{I1,I2,I5}/{I2} = 2/7 = 29% R5 is Rejected. R6: I5  I1 ^ I2 Confidence = sc{I1,I2,I5}/ {I5} = 2/2 = 100% R6 is Selected. In this way, we have found three strong association rules.

Overview Basic Concepts of Association Rule Mining The Apriori Algorithm (Mining single dimensional boolean association rules) Methods to Improve Apriori’s Efficiency Frequent-Pattern Growth (FP-Growth) Method From Association Analysis to Correlation Analysis Summary

Methods to Improve Apriori’s Efficiency Hash-based itemset counting: A k-itemset whose corresponding hashing bucket count is below the threshold cannot be frequent. Transaction reduction: A transaction that does not contain any frequent k-itemset is useless in subsequent scans. Partitioning: Any itemset that is potentially frequent in DB must be frequent in at least one of the partitions of DB. Sampling: mining on a subset of given data, lower support threshold + a method to determine the completeness. Dynamic itemset counting: add new candidate itemsets only when all of their subsets are estimated to be frequent.

Overview Basic Concepts of Association Rule Mining The Apriori Algorithm (Mining single dimensional boolean association rules) Methods to Improve Apriori’s Efficiency Frequent-Pattern Growth (FP-Growth) Method From Association Analysis to Correlation Analysis Summary

FP-growth: Another Method for Frequent Itemset Generation Use a compressed representation of the database using an FP-tree Once an FP-tree has been constructed, it uses a recursive divide-and-conquer approach to mine the frequent itemsets

Efficiently Mining Frequent Patterns Without Candidate Generation Compress a large database into a compact, Frequent-Pattern tree (FP-tree) structure highly condensed, but complete for frequent pattern mining avoid costly database scans FP-Growth: allows frequent itemset discovery without candidate itemset generation. Two step approach: Step 1: Build a compact data structure called the FP-tree Built using 2 passes over the data-set. Step 2: Extracts frequent itemsets directly from the FP-tree

FP-Growth Method: Construction of FP-Tree First, create the root of the tree, labeled with “null”. Scan the database D a second time. (First time we scanned it to create 1-itemset and then L). The items in each transaction are processed in L order (i.e. sorted order). A branch is created for each transaction with items having their support count separated by colon. Whenever the same node is encountered in another transaction, we just increment the support count of the common node or Prefix. To facilitate tree traversal, an item header table is built so that each item points to its occurrences in the tree via a chain of node-links. Now, The problem of mining frequent patterns in database is transformed to that of mining the FP-Tree.

Example FP-Growth (1) Suppose min-support=3 1. Count item frequency and order items by support Red numbers are the order of items (by support)

Example (2) 2. Items are ordered in each transaction according to their support

Example (3) The root node is null A branch is created for each transaction with items having their support count separated by colon. We start with T1, every node is an item with its count, in order of support

Example (4) Now consider T2: First 4 items are in the same order as T1, so we can traverse the branch incrementing counts, and add C at the end

Example (5) In T 3 you have to visit B,A,E and C respectively. But can't connect B to existing A overtaking D. As a result you should draw another A and connect it to B and then connect new E to that A and new C to new E.

Example (6) In T 4 we only need to update counts in one of the branches With T5 we need to add another branch

Example (7) T6 , T7 and T8 follow the same procedure

Phase 2: Mining the FP-Tree by Creating Conditional (sub) pattern bases Steps: Start from each frequent length-1 pattern (as an initial suffix pattern). Construct its conditional pattern base which consists of the set of prefix paths in the FP-Tree co-occurring with suffix pattern. Then, construct its conditional FP-Tree & perform mining on such a tree. The pattern growth is achieved by concatenation of the suffix pattern with the frequent patterns generated from a conditional FP-Tree. The union of all frequent patterns (generated by step 4) gives the required frequent itemset.

Example : 1. Start from each frequent length-1 pattern (as an initial suffix pattern). The Items and their frequency of occurrences can be listed as B:6 D:6 A:5 E:4 C:3 Minimum support count is 3 (as previously stated) To find frequent itemsets we need to move bottom-up (C)

Example :2. Build Conditional Pattern Base C:3 There are 3 patterns with C (gray, red and blue) The conditional pattern base (CPB) for C are: BDAE:1, B:1 BAE:1 Note that: 1)the patterns do not include C 2)the frequency is determined by C: the CPB of C is the set of patterns in which C occurs 3)Items in CBP are again in order of relevance

Example : 2. Build Conditional Pattern Base (cont’d) The conditional pattern base (CPB) for C are: BDAE:1, B:1 BAE:1 Note that: 1)the patterns do not include C 2)the frequency is determined by C: the CPB of C is the set of patterns in which C occurs 3)Items in CBP are again in order of relevance

Example : 3. Build conditional FP-tree (CPB) for C : BDAE:1, B:1 BAE:1 Then we have to find F-tree from the Conditional Pattern Base of C. The list of items (F-list) in CPC are B:3,D:1,A:2,E:2 but B:3 only eligible for sitting on the FP-tree due to fulfill the Minimum Support Count. So the FP-tree is B:3

Example : 4. Extract frequent patterns All frequent pattern corresponding to suffix C are generated by considering all possible combinations of C and conditional FP-Tree. Now we can find the FP from the F-tree: C:3, BC:3

Example (cont’d) : Build Conditional Pattern Base for E Now we consider the item E The conditional pattern base (CPB) for E are: BDA:2, BA:1 DA:1 And the F-list is: A:4 B:3 D:3

Example : Build F-tree for E F-list is: A:4 B:3 D:3 F-tree i build from red and blue patterns (need blue pattern since red has only A:3)

Example : Build FPs for E All frequent pattern corresponding to suffix E are generated by considering all possible combinations of E and conditional FP-Tree. F-list: A:4 B:3 D:3 FPs: DE:3 ABE:3 DE:3, ADE:3 BE:3, ABE:3 AE:4

Benefits of the FP-tree Structure Performance study shows FP-growth is an order of magnitude faster than Apriori Reasoning No candidate generation, no candidate test Use compact data structure Eliminate repeated database scan Basic operation is counting and FP-tree building

Overview Basic Concepts of Association Rule Mining The Apriori Algorithm (Mining single dimensional boolean association rules) Methods to Improve Apriori’s Efficiency Frequent-Pattern Growth (FP-Growth) Method From Association Analysis to Correlation Analysis Summary

Association & Correlation Correlation Analysis provides an alternative framework for finding interesting relationships, or to improve understanding of meaning of some association rules (a lift of an association rule).

Correlation Concepts Two item sets A and B are independent (the occurrence of A is independent of the occurrence of item set B) iff P(A  B) = P(A)  P(B) Otherwise A and B are dependent and correlated The measure of correlation, or correlation between A and B is given by the formula: Corr(A,B)= P(A U B ) / P(A) . P(B)

Correlation Concepts [Cont.] corr(A,B) >1 means that A and B are positively correlated i.e. the occurrence of one implies the occurrence of the other. corr(A,B) < 1 means that the occurrence of A is negatively correlated with ( or discourages) the occurrence of B. corr(A,B) =1 means that A and B are independent and there is no correlation between them.

Association & Correlation The correlation formula can be re-written as Corr(A,B) = P(B|A) / P(B) We already know that Support(A B)= P(AUB) Confidence(A  B)= P(B|A) That means that, Confidence(A B)= corr(A,B) P(B) So correlation, support and confidence are all different, but the correlation provides an extra information about the association rule (A B). We say that the correlation corr(A,B) provides the LIFT of the association rule (A=>B), i.e. A is said to increase (or LIFT) the likelihood of B by the factor of the value returned by the formula for corr(A,B).

Summary Association Rule Mining Finding interesting association or correlation relationships. Association rules are generated from frequent itemsets. Frequent itemsets are mined using Apriori algorithm or Frequent-Pattern Growth method. Apriori property states that all the subsets of frequent itemsets must also be frequent. Apriori algorithm uses frequent itemsets, join & prune methods and Apriori property to derive strong association rules. Frequent-Pattern Growth method avoids repeated database scanning of Apriori algorithm. FP-Growth method is faster than Apriori algorithm. Correlation concepts & rules can be used to further support our derived association rules.