Neural Network Toolbox
  Go to function:
    Search    Help Desk 
nnt2som    See Also

Update NNT 2.0 self-organizing map to NNT 3.0

Syntax

net = nnt2som(pr,[d1 d2 ...],w,olr,osteps,tlr,tnd)

Description

and returns a self-organizing map.

nnt2som assumes that the self-organizing map has a grid topology (gridtop) using link distances (linkdist). This corresponds with the nbman neighborhood function in NNT 2.0.

The new network will only output 1 for the neuron with the greatest net input. In NNT 2.0 the network would also output 0.5 for that neuron's neighbors.

Once a network has been updated it can be simulated, initialized, adapted, or trained with sim, init, adapt, and train.

See Also

newsom



[ Previous | Help Desk | Next ]