kmeans_fast_test


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.

Related Data and Programs:

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.

Source Code:


Last revised on 06 February 2019.