How do I find the indices of the Self Organizing Map (SOM) training set output
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (2)
Scott
el 6 de Ag. de 2013
0 votos
YILMAZ KAYA
el 25 de Ag. de 2020
0 votos
It works. Thanks so much....
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!