In: Computer Science
Consider the following table showing multiple transactions. Find all frequent itemsets using Apriori, then list all the strong association rules knowing that min_sup count = 2, and min_conf = 60%.
| 
 TID  | 
 Items  | 
| 
 T1 T2 T3 T4 T5 T6  | 
 A, B, D, E A, B, C C, E B, C A A, B, C  | 
Please write, not a screenshot


i have drafted each and every step
for you, please thumbs up if you like the way I answer