how to display the clustered values which are clustered using k means clustering?
Mostrar comentarios más antiguos
i have 4 clusters.want to display 3 clusters values.
Respuestas (3)
Walter Roberson
el 30 de Ag. de 2013
0 votos
disp() ? fprintf() ? uitable ?
1 comentario
Vijaya
el 30 de Ag. de 2013
Vijaya
el 30 de Ag. de 2013
0 votos
1 comentario
Praveen Kumar
el 17 de Sept. de 2015
for i = 1:2
clust = find(cidx2==i);
end
Marta Salas
el 19 de Mzo. de 2014
0 votos
There is an example on how to plot the clusters and the cluster centroids here: http://www.mathworks.es/es/help/stats/kmeans.html
Categorías
Más información sobre Cluster Analysis and Anomaly Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!