Content deleted Content added
+cat "Data mining" |
lead |
||
Line 1:
{{confusing|December 2006}}
In [[computer science]] and [[data mining]], '''Apriori''' is
As is common in association rule mining, given a set of ''itemsets'' (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 ''candidate generation'', and groups of candidates are tested against the data. The algorithm terminates when no further successful extensions are found.
|