This project implements different machine learning algorithms in C++. Some idea of the algorithm is from the book Machine Learning in Action.
On Linux
$ mkdir build
$ cd build
$ cmake ..
$ make
On other platforms like Windows, it will generate a Visual Studio project through cmake
$ ./bin/mlalgorithm
[0] naivebayes
[1] apriori
[2] fpgrowth
[3] knn
[4] decisiontree
[5] cart
[6] svm
[7] kmeans
[8] logisticregression
[9] adaboost
please select the machine learning algorithm