Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Implementation of K-means with Variance Partitioning initialization. Variance Partitioning initialization is a deterministic way of initializing the data centroids, thus producing results that are repeatable and reproducible, without having to resort to tricks like seeding the pseudorandom number generator.
Citation pour cette source
Stefan Philippo Pszczolkowski Parraguez (2026). kmeans_varpar(X,k) (https://fr.mathworks.com/matlabcentral/fileexchange/57229-kmeans_varpar-x-k), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : k-means++
Catégories
En savoir plus sur Cluster Analysis and Anomaly Detection dans Help Center et MATLAB Answers
Informations générales
- Version 1.0.1.0 (2,92 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.1.0 | 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.0 |
