k-means++
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.
Citar como
Laurent S (2024). k-means++ (https://www.mathworks.com/matlabcentral/fileexchange/28804-k-means), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspirado por: Kmeans Clustering
Inspiración para: 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!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.7.0.0 | Fixed bug with 1D datasets (thanks Xiaobo Li). |
||
1.6.0.0 | Improved handling of overclustering (thanks Sid S) and added a screenshot. |
||
1.5.0.0 | Small bugfix. |
||
1.4.0.0 | Removed dependency on randi for R2008a or lower (thanks Cassie). |
||
1.3.0.0 | Even faster, even less code and also fixed a few small bugs. |
||
1.0.0.0 |