kmeans_fast_test, a MATLAB program which calls kmeans_fast() to handle the K-Means problem, which organizes a set of N points in M dimensions into K clusters.
kmeans_fast, a MATLAB library 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.