how to find cluster centroid?

i hav clusterd my image into three clusters. Now how to find the cluster centroids?

답변 (2개)

Amateuromania
Amateuromania 2012년 10월 9일

0 개 추천

if you are storing the cluster points' values, you can use kmeans() function.
bes
bes 2012년 10월 9일

0 개 추천

[IDX,C] = kmeans(X,k)

카테고리

도움말 센터File Exchange에서 Cluster Analysis and Anomaly Detection에 대해 자세히 알아보기

질문:

2012년 10월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by