CSC410 Data Warehousing and Data Mining

Data Warehousing and Data MiningModel question

What is the Apriori principle? How is it used by the Apriori algorithm for frequent pattern mining? What are the limitations of Apriori approach? Use the APRIORI algorithm to generate strong…

10

What is the Apriori principle? How is it used by the Apriori algorithm for frequent pattern mining? What are the limitations of Apriori approach? Use the APRIORI algorithm to generate strong association rules from the following transaction database. Use min_sup=40% and min_confidence=75%.

Transaction ID
Items Purchased
T1
Bread, Milk, Eggs, Butter
T2
Bread, Milk, Cheese
T3
Milk, Eggs, Cheese, Yogurt
T4
Bread, Butter, Cheese
T5
Bread, Milk, Butter, Yogurt

A worked answer is on its wayMeanwhile, read the Data Warehousing and Data Mining notes for this topic.

Discussion

Loading…

More Data Warehousing and Data Mining questions

All Data Warehousing and Data Mining old questions