This document discusses association rule mining and the Apriori algorithm. Association rule mining seeks to find frequent connections between attributes in transactional data. The Apriori algorithm is commonly used to generate association rules and reduces computation by only considering frequent itemsets that meet a minimum support threshold. Rules are selected based on having sufficient confidence levels. Association rule mining can produce many rules, so care must be taken to identify truly useful patterns and reduce redundancy.
Related topics: