Azzera filtri
Azzera filtri

how to find cluster centroid?

11 visualizzazioni (ultimi 30 giorni)
praislin
praislin il 9 Ott 2012
i hav clusterd my image into three clusters. Now how to find the cluster centroids?

Risposte (2)

Amateuromania
Amateuromania il 9 Ott 2012
if you are storing the cluster points' values, you can use kmeans() function.

bes
bes il 9 Ott 2012
[IDX,C] = kmeans(X,k)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by