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 ExchangeCluster 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