When we applied k-means cluster on FM, where FM is Feature Matrix with k=2 it gives us 2 cluster, again we want to apply k-means for the obtained clusters individually until clusters becomes single value. How to apply k-means cluster recursively.

1 回表示 (過去 30 日間)
The description is in Description file.

採用された回答

Image Analyst
Image Analyst 2018 年 3 月 15 日
Use a while loop.
  2 件のコメント
Basavaraja V
Basavaraja V 2018 年 3 月 15 日
Dear sir, Here I have attached file please check where we have to use while loop.
Thank you.
Image Analyst
Image Analyst 2018 年 3 月 15 日
You need to put kmeans() in the while loop of course.

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

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by