how to display the clustered values which are clustered using k means clustering?
Mostra commenti meno recenti
i have 4 clusters.want to display 3 clusters values.
Risposte (3)
Walter Roberson
il 30 Ago 2013
0 voti
disp() ? fprintf() ? uitable ?
1 Commento
Vijaya
il 30 Ago 2013
Vijaya
il 30 Ago 2013
0 voti
1 Commento
Praveen Kumar
il 17 Set 2015
for i = 1:2
clust = find(cidx2==i);
end
Marta Salas
il 19 Mar 2014
0 voti
There is an example on how to plot the clusters and the cluster centroids here: http://www.mathworks.es/es/help/stats/kmeans.html
Categorie
Scopri di più su Cluster Analysis and Anomaly Detection in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!