how to display the clustered values which are clustered using k means clustering?
이전 댓글 표시
i have 4 clusters.want to display 3 clusters values.
답변 (3개)
Vijaya
2013년 8월 30일
0 개 추천
댓글 수: 1
Praveen Kumar
2015년 9월 17일
for i = 1:2
clust = find(cidx2==i);
end
Marta Salas
2014년 3월 19일
0 개 추천
There is an example on how to plot the clusters and the cluster centroids here: http://www.mathworks.es/es/help/stats/kmeans.html
카테고리
도움말 센터 및 File Exchange에서 Cluster Analysis and Anomaly Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!