kmeans_fast_test, a MATLAB code which calls kmeans_fast(), which handles the K-Means problem, which organizes a set of N points in M dimensions into K clusters.
kmeans_fast, a MATLAB code which contains several different algorithms for the K-Means problem, which organizes a set of N points in M dimensions into K clusters, by Charles Elkan.