Azzera filtri
Azzera filtri

Need help on FCM clustering

2 visualizzazioni (ultimi 30 giorni)
Aiman Almazroey
Aiman Almazroey il 26 Nov 2011
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.

Risposte (5)

Walter Roberson
Walter Roberson il 26 Nov 2011
fcm(YourData, 5)
Each row of YourData should be a single sample.
  17 Commenti
Aiman Almazroey
Aiman Almazroey il 28 Nov 2011
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 il 29 Nov 2011
Is there any one can help in this plz?

Accedi per commentare.


Aiman Almazroey
Aiman Almazroey il 26 Nov 2011
Please someone help on this

YASSER
YASSER il 27 Feb 2014
hi I have the same your's problem, have you solved it please
  2 Commenti
Aiman Almazroey
Aiman Almazroey il 2 Mar 2014
The issue was solved. Please specify your problem in which part, so I can help you.
YASSER
YASSER il 6 Mar 2014
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

Accedi per commentare.


soumi ghosh
soumi ghosh il 9 Apr 2014
Hello I have the same issue regarding fcm clusterinf of muti dimensional data set, need some help. Thank You
  1 Commento
Tamilalagan Natarajan
Tamilalagan Natarajan il 5 Set 2014
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.

Accedi per commentare.


nur shidah ahmad
nur shidah ahmad il 8 Dic 2016
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 Commento
Walter Roberson
Walter Roberson il 8 Dic 2016
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.

Accedi per commentare.

Categorie

Scopri di più su Data Clustering in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by