ANN Self-Orginizing Map Network Simulation function
[y,classes] = ann_LVQ_run(W,P)
weights for the network
Testing input
Winning Neuron
Classes for the input
ANN Self-Orginizing Map network simulation function
x = rand(2,10); x(:,1:5) = x(:,1:5) + 1; W = ann_SOM(x,[2 2]); [y,classes] = ann_SOM_run(W,x) | ![]() | ![]() |