K-means++ clustering for classification

K-means clustering algorithm implementation with k-means++ augmentation.

이 제출물을 팔로우합니다

K-means++ augmentation improves both the speed and the accuracy of the k-means clustering algorithm.
The Matlab code of the algorithm is provided together with a simple elbow searching function to get the minimum of the objective function when the slope of the curve becomes less than 2%.
As a stopping criterion for the clustering algorithm, a threshold on the relative difference of the values of the objective function compared to the best found has been considered.

인용 양식

Claudio Fontana (2026). K-means++ clustering for classification (https://kr.mathworks.com/matlabcentral/fileexchange/112485-k-means-clustering-for-classification), MATLAB Central File Exchange. 검색 날짜: .

태그

태그 추가

Add the first tag.

일반 정보

MATLAB 릴리스 호환 정보

  • R2022a에서 R2022b까지의 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.1

Minor changes set the array data type for centroids.

1.0.0