Description: Apriori algorithm is used to find data itemsets and association rules, are associated with analysis,
Association analysis included two goals: find frequent itemsets and association rules discovery.
The algorithm is based on a very important principle, apriori theory, if a camera is frequent, then all subsets also his frequent,
Also said that if a non-frequent item sets, then it is also a superset of all the non-frequent.
Apriori algorithm is Mr. Cheng C1-> L1-> C2-> L2-> shortcomings C3.Apriori algorithm is obvious, each generating a frequent item sets, must scan the entire data set.
When a large-scale data, this is the fatal performance bottleneck.
To Search:
File list (Check if you may need any files):
Apriori.py
Apriori.readme