0
1.4kviews
(Duplicate) A database has ten transactions. Let minimum support = 30% and minimum confidence = 70% i) Find all frequent patterns using Apriori Algorithm ii) List strong association rules.

A database has ten transactions. Let minimum support = 30% and minimum confidence = 70% i) Find all frequent patterns using Apriori Algorithm ii) List strong association rules.

Transaction_Id 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

Marked as duplicate
This question already has an answer, hence merged with: Apply the Apriori algorithm with minimum support of 30% and minimum confidence of 70%, and find all the association rules in the data set


Please log in to add an answer.
The thread is closed. No new answers may be added.