Scalable K-Means by ranked retrieval
WSDM, 2014.
EI
Abstract:
The k-means clustering algorithm has a long history and a proven practical performance, however it does not scale to clustering millions of data points into thousands of clusters in high dimensional spaces. The main computational bottleneck is the need to recompute the nearest centroid for every data point at every iteration, aprohibitive...More
Code:
Data:
Tags
Comments