FCM Dimension of center

3 visualizaciones (últimos 30 días)
Nirmal
Nirmal el 22 de Jun. de 2011
I am using fcm with IRIS data(150*4)
[center, U]=fcm(IRIS,3);
I get center with dimension 3*150. If that is a center then its dimension should be 3*4. I am not sure how can I use that value. May be I am missing some thing.
I hope to get some feedback. Thank you.

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Jun. de 2011
I suggest you experiment with
[center, U] = fcn(IRIS.', 3)

Categorías

Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by