0
55kviews
Apply the Apriori algorithm with minimum support of 30% and minimum confidence of 70%, and find all the association rules in the data set
| written 9.4 years ago by | modified 3.9 years ago by |
Consider the following transaction database.
| TID | Items |
|---|---|
| 01 | A,B,C,D |
| 02 | A,B,C,D,E,G |
| 03 | A,C,G,H,K |
| 04 | B,C,D,E,K |
| 05 | D,E,F,H,L |
| 06 | A,B,C,D,L |
| 07 | B,I,E,K,L |
| 08 | A,B,D,E,K |
| 09 | A,E,F,H,L |
| 10 | B,C,D,F |
Apply the Apriori algorithm with minimum support of 30% and minimum confidence of 70%, and find all the association rules in the data set
ADD COMMENT
EDIT
2 Answers

and 3 others joined a min ago.
and 2 others joined a min ago.