k
items is called k-itemset, e.g., {Keyboard, Mouse} is a 2-itemset.
Association rule mining is to
min_sup
is the minimum support threshold.
An itemset satisfies minimum support if the occurrence frequency of the itemset is greater than or equal to min_sup
.
If an itemset satisfies minimum support, then it is a frequent itemset.
Apriori is a classic algorithm for finding all association rules. Apriori algorithm is an influential algorithm for mining frequent itemsets for Boolean association rules. |
The Apriori algorithm shown in the figures is complicated. Instead of studying it directly, two of its application examples will be given next to help the understanding. |
Just seen two men walking together wearing matching clothes. I asked them if they were gay and they arrested me. |