k-means++

version 1.7.0.0 (1.74 KB) by Laurent S
Cluster multivariate data using the k-means++ algorithm.

13.8K Downloads

Updated11 Feb 2013

View License

An efficient implementation of the k-means++ algorithm for clustering multivariate data. It has been shown that this algorithm has an upper bound for the expected value of the total intra-cluster distance which is log(k) competitive. Additionally, k-means++ usually converges in far fewer than vanilla k-means.

Cite As

Laurent S (2022).k-means++(//www.tianjin-qmedu.com/matlabcentral/fileexchange/28804-k-means), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by:Kmeans Clustering

Inspired:kmeans_varpar(X,k),Sparsified K-Means

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!