How to get the values of centroids for each cluster in k means?

1 次查看(过去 30 天)
in the following code:
[idx, C]= kmeans(X,3);
is C the centroid of each cluster?thank you

回答(1 个)

Image Analyst
Image Analyst 2017-4-9
I don't know that the centroid is necessarily at a data point. Did kmeans guarantee that it is? If not, you might have to interpolate from the nearest neighbors, if that is even appropriate.

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by