Question 2: Given transactions are: Cust_ID T_ID Items_brought (in the form of brand-item-category) 01 T100 {King's-Crab
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 2: Given transactions are: Cust_ID T_ID Items_brought (in the form of brand-item-category) 01 T100 {King's-Crab
Question 2: Given transactions are: Cust_ID T_ID Items_brought (in the form of brand-item-category) 01 T100 {King's-Crab, Sunset-Milk, Dairyland-Cheese, Best-Bread} 02 T200 {Best-Cheese, Dairyland-Milk, Goldenfarm-Apple, Tasty-Pie, Wonder-Bread} 01 T300 {Westcoast-Apple, Dairyland-Milk, Wonder-Bread, Tasty-Pie} 03 T400 {Wonder-Bread, Sunset-Milk, Dairyland-Cheese} a. Find all itemsets using Apriori algorithm. b. Use minimum support count (threshold value) ≥ 2 and list all frequent item set. c. List all association rules. d. Calculate confidence for all association rules. e. Rank all association rules depending on their confidence %.