apriori-algorithm-implementation


Simple Implementation of Apriori Algorithm in C++

This is a simple implementation of Apriori Algorithm in C++ using STL. I have made some slight changes to the algorithm given in "Data Mining, Second Edition: Concepts and Techniques" by Jiawei Han and Micheline Kamber. The same are covered in the documentation. This project is uploaded in the hope that it'll help some beginner in Data Mining.

Project Information

Labels:
apriori datamining C STL