How to get DBSCAN to assign the items to the clusters found

조회 수: 3 (최근 30일)
NCA
NCA . 2021년 7월 7일
댓글: NCA . 2021년 7월 19일
I have used DBSCAN on MATLAB R2021 to cluster my data into 3 groups. I want to be able to get DBSCAN to actually assign and name the clusters based on the items. I am not sure how this is done. Can anyone help please?
Thank You
  댓글 수: 5
NCA
NCA 2021년 7월 19일
Thanks a lot for the detailed response,it was really helpful although they only seem to compare two objects while I have many signals within the file to compare to help dbscan algorithm to assign them into the clusters found.

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

채택된 답변

Aditya Patil
Aditya Patil 2021년 7월 15일
As per my understanding, you have some data that you use for clustering, and some other corresponding data that you want to match to this data. For doing this, you rely on the data.Header.Filename attribute.
The likely issue here is that you need to use strcmp instead of “==”. Another issue might be that Filename has different values than you expect. For example, there might be case difference.

추가 답변 (0개)

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by