kmeans_fast_test


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.

Related Data and Programs:

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.

Source Code:


Last revised on 06 February 2019.