Week 6 – Association Rule Mining (Questions Only)
1. What is the main objective of Association Rule Mining (ARM)?
2. Which of the following best describes an association rule?
3. What is meant by support in association rule mining?
4. What does confidence measure in association rule mining?
5. What is lift in association rule mining?
6. Which of the following statements correctly describes the Apriori principle?
7. What is the main purpose of the Apriori algorithm?
8. What is a frequent itemset?
9. Which of the following best defines a closed frequent itemset?
10. What is a maximal frequent itemset?
11. What is the relationship between support and confidence?
12. What is the purpose of the support threshold in association rule mining?
13. What happens when the minimum support threshold is set too high?
14. What happens when the minimum confidence threshold is too low?
15. What does the term 'antecedent' refer to in an association rule?
16. What does the term 'consequent' refer to in an association rule?
17. What is the primary limitation of the Apriori algorithm?
18. How does the FP-Growth algorithm improve upon Apriori?
19. What is a conditional pattern base in FP-Growth?
20. What is the main advantage of the FP-Growth algorithm?
21. What is the role of the ECLAT algorithm in association rule mining?
22. How does ECLAT differ from Apriori?
23. What is the meaning of rule interestingness in association mining?
24. What is redundancy in association rules?
25. What is the role of lift in evaluating association rules?
26. What is a strong rule in association mining?
27. What are rare itemsets and why are they important?
28. What is the purpose of pruning in association rule generation?
29. What are the main components of an association rule?
30. What is the relationship between frequent itemsets and rules?
31. What is the importance of data discretization in rule mining?
32. What is the meaning of confidence ratio in rule validation?
33. What is the effect of noise in transactional data on rule generation?
34. What are objective and subjective measures in rule evaluation?
35. What are the real-world applications of association rule mining?