how to find cluster centroid?
Mostra commenti meno recenti
i hav clusterd my image into three clusters. Now how to find the cluster centroids?
Risposte (2)
Amateuromania
il 9 Ott 2012
0 voti
if you are storing the cluster points' values, you can use kmeans() function.
bes
il 9 Ott 2012
0 voti
[IDX,C] = kmeans(X,k)
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!