Content deleted Content added
m - linkless |
edited algorithm and references |
||
Line 3:
{{cleanup-context}}
'''Apriori''' is an efficient [[association rule
Apriori
Apriori is designed to operate on [[database]]s containing transactions (eg: collection of items bought by customers or details of a website frequentation). Other algorithms are designed for finding association rules in data having no transactions (Winepi and Minepi), or having no timestamps (DNA sequencing).
== Algorithm ==
''Apriori''<math>(T,\varepsilon)</math>
: <math>L_1 \gets \{ </math> ''large 1-itemsets'' <math>
: <math>k \gets 2</math>
:: == References ==
* Agrawal R, Imielinski T, Swami AN. "Mining Association Rules between Sets of Items in Large Databases." ''ACM [[SIGMOD]]''. June 1993, '''22'''(2), 207-16, [http://portal.acm.org/ft_gateway.cfm?id=170072&type=pdf&coll=GUIDE&dl=portal,ACM&CFID=11111111&CFTOKEN=2222222 pdf].
* Agrawal R, Srikant R. "Fast Algorithms for Mining Association Rules", ''[[VLDB]]'', Sep 12-15 1994, Chile, 487-99, [http://www.acm.org/sigmod/vldb/conf/1994/P487.PDF pdf], ISBN 1-55860-153-8.
*
* Zaki MJ, Parthasarathy S, Ogihara M, Li W. "Parallel Algorithms for Discovery of Association Rules." ''Data Mining and Knowledge Discovery''. Dec 1997, '''1'''(4), 343-73, [http://www.hpjava.org/pcrc/doc/rochester/97.DMKD.Parallel_algorithms_for_fast_discovery_of_assoc_rules.ps ps].
[[Category:Search algorithms]]
|