Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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.
Zitieren als
Stefan Philippo Pszczolkowski Parraguez (2026). kmeans_varpar(X,k) (https://de.mathworks.com/matlabcentral/fileexchange/57229-kmeans_varpar-x-k), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: k-means++
Kategorien
Mehr zu Cluster Analysis and Anomaly Detection finden Sie in Help Center und MATLAB Answers
Allgemeine Informationen
- Version 1.0.1.0 (2,92 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | 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 |
