self organizing map number of cluster

1 view (last 30 days)
crixus
crixus on 16 Apr 2015
Edited: crixus on 16 Apr 2015
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.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!