필터 지우기
필터 지우기

How can I identity clusters on my scatterplot?

조회 수: 12 (최근 30일)
Brenno Selli
Brenno Selli 2023년 10월 11일
답변: Image Analyst 2023년 10월 11일
So... I plotted the following scatterplot. There is clearly a correlation between the 3 top vehicle categories (B-SPORT, D-SDN and D-SUV). I need to make a cluster that represents this correlation and the correlation between the other 7 low categories. Is there a way to do this?

채택된 답변

Image Analyst
Image Analyst 2023년 10월 11일
It looks like you don't have clusters. And I doubt you used scatter() to plot those. It looks like you used plot() to plot 10 separate sets of (x,y) data. Hence each set is already it's own "cluster", if you want to call it that, and shows up in its unique color. So I don't think you need to find clusters in the points like you said in your subject line. But you may want to find correlations between each data set and all the other 9 data sets, like you said in the body of your post. To do that you can use corrcoef.

추가 답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 10월 11일
There are a few options in matlab for data clustering.
(1) using clusterdata() function: SEE
(2) using findcluster tool: SEE
(3) using fuzzy c-means clustering: SEE
  댓글 수: 2
Brenno Selli
Brenno Selli 2023년 10월 11일
I tried them all, the second one seems to work best but it's not what I'm looking for. In all clusters the scatter does not show the data so that I can see which category has similarity with another. I need to know this specifically, so then I plot separately showing it better.
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 10월 11일
An alternative data clustering tool or fcn of Statistics and ML toolbox is using spectralcluster()

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by