kmeans_fast_test


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.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

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.

Source Code:


Last revised on 03 May 2023.