how to find cluster centroid?
Mostrar comentarios más antiguos
i hav clusterd my image into three clusters. Now how to find the cluster centroids?
Respuestas (2)
Amateuromania
el 9 de Oct. de 2012
0 votos
if you are storing the cluster points' values, you can use kmeans() function.
bes
el 9 de Oct. de 2012
0 votos
[IDX,C] = kmeans(X,k)
Categorías
Más información sobre Cluster Analysis and Anomaly Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!