이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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://kr.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 |
