luispedro / milk

MILK: Machine Learning Toolkit
http://www.luispedro.org/software/milk
MIT License
605 stars 146 forks source link

Made kmeans be multithreaded #12

Open mynameisfiber opened 11 years ago

mynameisfiber commented 11 years ago

Added openmp support in the milk/unsupervised/_kmeans.cpp module.

luispedro commented 11 years ago

This is all good, but I don't want to have openmp on the master branch because of portability (it sucks, but I don't have a good solution).