0
1.9kviews
A database has four transitions. Let minimum support and confidence is 50%
1 Answer
| written 9.7 years ago by |
Support count = 50%
x/9 * 100 = 50
x= 4.5
Step 1: Generating 1-itemset frequent pattern
Scan D for count of each candidate
C1 
Compare candidate support count with minimum support count
L1 
Step 2 : Generate C2- itemset Frequent Pattern
Generate C2 candidate from L1
C2
Scan D for count of each candidate
C2 
Compare candidate support count with minimum support count
L2
Step 3: Generating 3- itemset Frequent Pattern
C3 