필터 지우기
필터 지우기

Is this possible to plot Subtractive clustering?

조회 수: 3 (최근 30일)
Alireza Babaei
Alireza Babaei 2022년 3월 3일
댓글: Sam Chak 2022년 3월 4일
Dear all,
I am new to the clustering and machine learning plaza. I have used 'subclust' to cluster a dataset using the subtractive method. Now, apparently the algorithm only gives me the centers of each cluster. I was wondering if I can plot the clustered dataset?
(using C-Means 'fcm' it automatically generates the fuzzy partition matrix (U) which and finally enables you to plot the clusteded dataset. but apparently such option is not available with subtractive. Am I right?? If so, then what is the point of subtractuve clustering? only finding the center of clusters?
  댓글 수: 2
Image Analyst
Image Analyst 2022년 3월 3일
How many clusters do you expect? Can you show a scatterplot of the data? I've not heard of subtractive clustering. Why did you choose that particular method over any of the others, like kmeans, knn, or dbscan?
Sam Chak
Sam Chak 2022년 3월 4일
Approah #1
If your intention is to plot or visualize only the clusters, then you can use the Clustering Tool.
Approah #2
The accuracy of the clustering result using the fuzzy c-means (fcm) method generally depends on initial cluster number. By using a hybrid fuzzy clustering scheme, you can first use the subtractive clustering method (subclust) for estimating the number of centers of clusters, and then use the fcm algorithm to generate the fuzzy partition matrix.
Approah #3
The function subclust can also returns the sigma (σ) value that indicates the range of influence of a cluster center. Having the center and sigma values, theoretically, you should be able to construct the fuzzy partition matrix.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Clustering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by