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!