Question
A database has 5 transactions. Let min sup = 0.6 and min conf =0.8. Customer Date Item_bought 100 10/15 {C,F,A,E,D,H} 200 10/15 {H,A,B,C} 300 10/16
A database has 5 transactions. Let min sup = 0.6 and min conf =0.8.
Customer Date Item_bought
100 10/15 {C,F,A,E,D,H}
200 10/15 {H,A,B,C}
300 10/16 {D,E,C,B}
400 10/18 {C,A,G,D,B}
500 10/19 {A,H,G,C}
(1) Find all frequent itemsets using the Apriori method, and then list the frequent k-itemset for the largest k (6 points)
(2) List all closed frequent itemsets and max frequent itemsets (6 points)
(3) List all the strong association rules (with support and condence) for the following shape of rules (8 points):
x transaction, buys(x, item 1 ) buys(x, item 2 ) buys(x, item 3 ). [s, c]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started