필터 지우기
필터 지우기

Need help on FCM clustering

조회 수: 2 (최근 30일)
Aiman Almazroey
Aiman Almazroey 2011년 11월 26일
댓글: Walter Roberson 2016년 12월 8일
Is any one knows how to create 5 clusters by using FCM please. I've number of samples across number of genes, I need to cluster them into 5 clusters but I couldn't figure this out in matlab.

답변 (5개)

Walter Roberson
Walter Roberson 2011년 11월 26일
fcm(YourData, 5)
Each row of YourData should be a single sample.
  댓글 수: 17
Aiman Almazroey
Aiman Almazroey 2011년 11월 28일
We know from FCM that it gives us the relation degree of each piece of data across all number of clusters.
therefore, we used the following command
[center,U,obj_fcn] = fcm(samples', 5,100);
now we need to plot them to see the 5 clusters but because we have more than 3 dimensions I don't know how to figure this out?
Aiman Almazroey
Aiman Almazroey 2011년 11월 29일
Is there any one can help in this plz?

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


Aiman Almazroey
Aiman Almazroey 2011년 11월 26일
Please someone help on this

YASSER
YASSER 2014년 2월 27일
hi I have the same your's problem, have you solved it please
  댓글 수: 2
Aiman Almazroey
Aiman Almazroey 2014년 3월 2일
The issue was solved. Please specify your problem in which part, so I can help you.
YASSER
YASSER 2014년 3월 6일
AFTER I apply FCM function, I don'knowt how to extract images clusters for example I use [center,U,obj_fcn] = fcm(data,3) what I have to do to get the 3 groups of Image

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


soumi ghosh
soumi ghosh 2014년 4월 9일
Hello I have the same issue regarding fcm clusterinf of muti dimensional data set, need some help. Thank You
  댓글 수: 1
Tamilalagan Natarajan
Tamilalagan Natarajan 2014년 9월 5일
Hi, I am trying to use FCM clustering. The only issue I still have is to identify the cluster center. If you have already found a solution, please can you share it.

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


nur shidah ahmad
nur shidah ahmad 2016년 12월 8일
Do you have any idea to auto clustering the data? Since, i don't want set the cluster number and i want it to auto cluster.
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 12월 8일
Yes, I know exactly how to get the best possible results in that situation: set the number of clusters to the number of unique points. Every cluster will then contain exactly one point (and any duplicates of it), which will always give you the best possible fitting, with no fitting error at all.

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

카테고리

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