kmeans_fast_test, an Octave code which calls kmeans_fast(), which handles the K-Means problem, which organizes a set of N points in M dimensions into K clusters.
The computer code and data files made available on this web page are distributed under the MIT license
kmeans_fast, an Octave 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.