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