 |
Efficient Algorithms for K-Means Clustering
This is a collection of C++ procedures for performing k-means clustering based on a combination of local search and Lloyd's algorithm (also known as the k-means algorithm). Given any set of k centers Z, for each center z in Z, let V(z) denote its neighbor
www.cs.umd.edu |
 |