Content deleted Content added
No edit summary |
Martin Hinks (talk | contribs) context |
||
Line 1:
{{confusing}}
In computer science, '''Apriori'''
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.
|