Data Warehousing and Data Mining - Old Questions
Question Answer Details
3. Give any two types of association rules with example. Trace the results of using the Apriori algorithm on the grocery store example with support threshold 2 and confidence threshold 60 %. Show the candidate and frequent itemsets for each database scan. Enumerate all the final frequent itemsets. Also indicate the association rules that are generated.
Transaction_ID | Items |
T1 | HotDogs, Buns, Ketchup |
T2 | HotDogs, Buns |
T3 | HotDogs, Coke, Chips |
T4 | Chips, Coke |
T5 | Chips, Ketchup |
T6 | HotDogs, Coke, Chips |
Answer
AI Generated Answer
AI is thinking...