Introduction - If you have any usage issues, please Google them yourself
Fast mex K-means clustering algorithm with possibility of K-mean++ initialization
(mex-interface modified from the original yael package https://gforge.inria.fr/projects/yael)
- Accept single/double precision input
- Support of BLAS/OpenMP for multi-core computation
Please run mexme_yael_kmeans.m to compile mex-files (be sure that mex-setup have been done at least one)
Run demo "test_yael_kmeans.m"