kmeans_varpar(X,k)
Implementation of K-means with Variance Partitioning initialization
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Stefan Philippo Pszczolkowski Parraguez (2026). kmeans_varpar(X,k) (https://ch.mathworks.com/matlabcentral/fileexchange/57229-kmeans_varpar-x-k), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: k-means++
General Information
- Version 1.0.1 (2.28 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.1 | Removed loop that made sure that the number of returned centrers is equal to the specified k. This is arguably not necessary and since variance partitioning provides a deterministic result, there is potential for getting trapped in an infinite loop. |
||
| 1.0.0 |