Neural Network Toolbox Previous page   Next Page
nnt2som

Update NNT 2.0 self-organizing map

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 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 page  nnt2rb nntool Next page

© 1994-2005 The MathWorks, Inc.