how to find cluster centroid?
Ältere Kommentare anzeigen
i hav clusterd my image into three clusters. Now how to find the cluster centroids?
Antworten (2)
Amateuromania
am 9 Okt. 2012
0 Stimmen
if you are storing the cluster points' values, you can use kmeans() function.
bes
am 9 Okt. 2012
0 Stimmen
[IDX,C] = kmeans(X,k)
Kategorien
Mehr zu Cluster Analysis and Anomaly Detection finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!