ANN Self-Orginizing Map (Batch Training)
W = ann_SOM(P) W = ann_SOM(P,N,itermax,steps,NS,topfcn,distfcn)
Training input
Structure of Feature Map
Maximum epoch for training
steps of the NS decrease
Initial neighbourhood size
Topology Function
Distance Function
This function perform Self-Orginizing batch training algorithm.
x = rand(2,10); x(:,1:5) = x(:,1:5) + 1; W = ann_SOM(x,[2 2]); [y,classes] = ann_SOM_run(W,x) | ![]() | ![]() |