Collaborative Mixture Models Library is an implementation of a machine learning algorithms based on GMM. The algorithm learn from data and adapt the number of components during the learning. CMM could be online or offline trained.
- Eigen 3
- Boost
- TBB
follow the command lines :
cd CMM_Lib mkdir build cd build cmake .. make sudo make install