how to display the clustered values which are clustered using k means clustering?
Show older comments
i have 4 clusters.want to display 3 clusters values.
Answers (3)
Vijaya
on 30 Aug 2013
0 votes
1 Comment
Praveen Kumar
on 17 Sep 2015
for i = 1:2
clust = find(cidx2==i);
end
Marta Salas
on 19 Mar 2014
0 votes
There is an example on how to plot the clusters and the cluster centroids here: http://www.mathworks.es/es/help/stats/kmeans.html
Categories
Find more on Cluster Analysis and Anomaly Detection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!