I've heard about the Apriori algorithm several times before but never got the time or the opportunity to dig into it, can anyone explain to me in a simple way the workings of this algorithm? Also, a basic example would make it a lot easier for me to understand.
|
feedback
|
|
Well, I would assume you've read the wikipedia entry but you said "a basic example would make it a lot easier for me to understand". Wikipedia has just that so I'll assume you haven't read it and suggest that you do. Read the wikipedia article. | |||
feedback
|
|
See Top 10 algorithms in data mining (free access) or The Top Ten Algorithms in Data Mining. The latter gives a detailed description of the algorithm, together with details on how to get optimized implementations. | |||
|
feedback
|
|
Um... http://en.wikipedia.org/wiki/Apriori_algorithm Wikipedia has a pretty simple explanation, and a nice example. It does require some basic knowledge of graph theory and basic algorithms on said graphs. | |||
|
feedback
|
|
The best introduction to Apriori can be downloaded from this book: http://www-users.cs.umn.edu/~kumar/dmbook/index.php you can download the chapter 6 for free which explain Apriori very clearly. Moreover, if you want to download a Java version of Apriori and other algorithms for frequent itemset mining, you can check my website: | |||
|
feedback
|
|
Probably the most simple explanation here -> http://nikhilvithlani.blogspot.com/2012/03/apriori-algorithm-for-data-mining-made.html | |||
|
feedback
|