필터 지우기
필터 지우기

how to find cluster centroid?

조회 수: 11 (최근 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)

Community Treasure Hunt

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

Start Hunting!

Translated by