K-means: see the initial centroids

4 ビュー (過去 30 日間)
Phu Lai
Phu Lai 2016 年 12 月 2 日
コメント済み: Massimo Zanetti 2016 年 12 月 6 日
Hi everyone,
Is it possible to see the randomly selected initial centroids when using the built-in kmeans function? I want to keep track of the centroids in each iteration.
Thanks.

採用された回答

Massimo Zanetti
Massimo Zanetti 2016 年 12 月 2 日
Yes it is possible.
kmeans allows you to set option parameters via the statset function. In the help page kmeans there some examples on how using stateset.
Set the parameter 'OutputFcn' as shown in this tutorial, for displaying iteration results in iterative solvers: https://it.mathworks.com/help/matlab/math/output-functions.html
  4 件のコメント
Phu Lai
Phu Lai 2016 年 12 月 6 日
Thank you. I ended up following that approach. Also, do you know how to see the first initial centroids? (Let's say, C{0} in your example)
Massimo Zanetti
Massimo Zanetti 2016 年 12 月 6 日
Nope.. I have tried setting 'MaxIter'=0, but it seems it is the same as setting 'MaxIter'=1. The kmeans function is a black box :(

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by