FCM Dimension of center

1 次查看(过去 30 天)
Nirmal
Nirmal 2011-6-22
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.

回答(1 个)

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

类别

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