self organizing map number of cluster

조회 수: 2 (최근 30일)
crixus
crixus 2015년 4월 16일
편집: crixus 2015년 4월 16일
Hi all, i would like to ask if i can determine each node of som as one cluster ?
For my data,i have already used k means and fcm to cluster the data into 2 clusters(the difference in the cluster is 2 data points). now i am trying to use som to see if the results tally with either one clustering methods or will produce a new result. i used the following code
dimension1 = 1;
dimension2 = 2;
net = selforgmap([dimension1 dimension2]);
by setting the dimension this way and if i consider each node as one cluster, it will tally with the results of k means.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Cluster Analysis and Anomaly Detection에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by