cluster plotting in matlab
Mostra commenti meno recenti
I attached data file of n*4 size. I used
[idx,C] = kmeans(X,3)
for clustering and obtain idx as cluster index and C as centroid, but I want to plot which shows these three clusters. how to do it.
Risposte (1)
the cyclist
il 19 Dic 2016
0 voti
The documentation for kmeans gives several examples of plotting the output (including the code to do so).
2 Commenti
Jay Hanuman
il 19 Dic 2016
the cyclist
il 19 Dic 2016
It is of course not possible to plot four spatial dimensions. The main alternatives would all involve plotting some projection of your data onto a smaller number of dimensions. Possibilities are
Categorie
Scopri di più su k-Means and k-Medoids Clustering 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!