How do I find the indices of the Self Organizing Map (SOM) training set output
Show older comments
I'm using the SOM toolbox and have created the following:
net = selforgmap([10 10)];
[net,tr] = train(net,inputs);
where 'inputs' is a 5x10000 matrix of 5 parameters with 10000 samples.
using plotsomhits(net,inputs); shows how the 10000 samples are getting clustered.
Question: How do I output where each individual vector is clustered? For example where on the 10x10 grid is vector #1 located?
TIA
Scott
Accepted Answer
More Answers (2)
Scott
on 6 Aug 2013
0 votes
YILMAZ KAYA
on 25 Aug 2020
0 votes
It works. Thanks so much....
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!