how to find cluster centroid?

8 ビュー (過去 30 日間)
praislin
praislin 2012 年 10 月 9 日
i hav clusterd my image into three clusters. Now how to find the cluster centroids?

回答 (2 件)

Amateuromania
Amateuromania 2012 年 10 月 9 日
if you are storing the cluster points' values, you can use kmeans() function.

bes
bes 2012 年 10 月 9 日
[IDX,C] = kmeans(X,k)

カテゴリ

Help Center および File ExchangeCluster Analysis and Anomaly Detection についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by