-
- Description:
A K-means clustering implementation for Python, Matlab and C. This algorithm yields the very same solution as standard Kmeans, even after each iteration. However it uses some triangle inequalities and stores some distances. Therefore it is MUCH faster than standard Kmeans but uses more memory. See the corresponding paper for more details if you are interested.
- BibTeX Entry:
- Download
- Corresponding Paper BibTeX Entry:
- Download
- URL:
- Project Homepage
- Supported Operating Systems:
- Agnostic
- Tags:
- Clustering, Kmeans
- Archive:
- download here
Comments
-
- Peter Gehler (on September 3, 2008, 09:12:40)
You can als run "make shared" and use the python version or bind your own C code.
-
- Jerry (on October 16, 2008, 14:18:22)
"help mpi_kmeans_mex" does not work! I think there is no mpi_kmeans_mex.m file in the Archive:)
Leave a comment
I try to run makefile (from linux KUBUNTU) but it seems like it requires MATLAB installed. Is it true?