現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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.
引用
Stefan Philippo Pszczolkowski Parraguez (2026). kmeans_varpar(X,k) (https://jp.mathworks.com/matlabcentral/fileexchange/57229-kmeans_varpar-x-k), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: k-means++
| バージョン | 公開済み | リリース ノート | 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 |
