Borrar filtros
Borrar filtros

how to find cluster centroid?

11 visualizaciones (últimos 30 días)
praislin
praislin el 9 de Oct. de 2012
i hav clusterd my image into three clusters. Now how to find the cluster centroids?

Respuestas (2)

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

bes
bes el 9 de Oct. de 2012
[IDX,C] = kmeans(X,k)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by