How to Find Number of Group of Scattered Data?

1 回表示 (過去 30 日間)
Changwoo Lee
Changwoo Lee 2021 年 11 月 3 日
編集済み: Changwoo Lee 2021 年 11 月 3 日
I have scatterd data as shown in below:
I want to find the number of group (the resultant total number of groups may be three in this case).
And then, I want to find the centriod of each group.
Is there a proper matlab command? How to realize it?
I eagerly await your reply. Thank you very much.
  2 件のコメント
Rik
Rik 2021 年 11 月 3 日
Can you attach your data? It seems like a function like knnsearch will do the trick.
Changwoo Lee
Changwoo Lee 2021 年 11 月 3 日
編集済み: Changwoo Lee 2021 年 11 月 3 日
First of all, Thank you for your reply.
The data can be generated using the following code.
x=[rand(10,1); (10+2*rand(20,1)); (20+4*rand(30,1))];
y=rand(60,1);
In this problem, we don't how many number of group. Thus, we should find the number of group using the algorithm.
For example, it may be realized by using information on the centriod of group and user-defined-specific ellipse.

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

採用された回答

KSSV
KSSV 2021 年 11 月 3 日
Read about kmeans, clusterdata.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by