23 |
Aug.
2004
|
C# APRIORI Data Mining algorithm
Just a note for those individuals that keep asking me for the source code over and over again:
I DO NOT HAVE IT
The APriori algorithm is used to analyze a list of transactions for items that are frequently purchased together. Considering a transaction where the sale of software is increased by the sale of e-books, Support and Confidence are two measures used to describe market based analysis association rules created with an APriori algorithm.
Just a note for those individuals that keep asking me for the source code over and over again:
I DO NOT HAVE IT