how to display the clustered values which are clustered using k means clustering?
Afficher commentaires plus anciens
i have 4 clusters.want to display 3 clusters values.
Réponses (3)
Walter Roberson
le 30 Août 2013
0 votes
disp() ? fprintf() ? uitable ?
1 commentaire
Vijaya
le 30 Août 2013
Vijaya
le 30 Août 2013
0 votes
1 commentaire
Praveen Kumar
le 17 Sep 2015
for i = 1:2
clust = find(cidx2==i);
end
Marta Salas
le 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
Catégories
En savoir plus sur Cluster Analysis and Anomaly Detection dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!