two clustering algorithm's graph in a single plot

How to plot affinity propagation clustering graph and k means clustering graph in a single graph for the same dataset?

回答 (1 件)

Image Analyst
Image Analyst 2020 年 8 月 9 日

1 投票

What is "affinity propagation clustering graph"? Do you have code to make that? In general, call "hold on" and then call scatter() or gscatter() and plot each set with different colors.

4 件のコメント

Supriya Gain
Supriya Gain 2020 年 8 月 9 日
I implemented affinity propagation clustering algorithm and K means clustering algorithm in matlab. Now by clustering graph i mean that bubble structured graphs by which we can see which data points make a cluster. Now my question is can i plot that bubble structed graph for the above mentioned algorithms in a same graph?
Image Analyst
Image Analyst 2020 年 8 月 9 日
I would guess "Yes".
Supriya Gain
Supriya Gain 2020 年 8 月 9 日
okay. can you help me to do that? or any suggestion
Image Analyst
Image Analyst 2020 年 8 月 9 日
I'm trying but you're not letting me. For example, you didn't answer either of my questions. Make it easy for us to help you, not hard. Do you have ANYTHING to help us get started here? Reply after you read this link.

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

カテゴリ

ヘルプ センター および File ExchangeNetworks についてさらに検索

質問済み:

2020 年 8 月 9 日

コメント済み:

2020 年 8 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by