Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
{{cleanup-context}}
'''Apriori''' was one of the first
As is common in association rule mining, given a set of <i>itemsets</i> (for instance, sets of retail transactions each listing individual items purchased), the algorithm attempts to find subsets which are common to at least a minimum number C (the cutoff, or confidence threshold) of the itemsets. Apriori uses a "bottom up" approach, where frequent subsets are extended one item at a time (a step known as <i>candidate generation</i>, and groups of candidates are tested against the data. The algorithm terminates when no further successful extensions are found.
|