Neural Network Toolbox    
plotsom

Plot self-organizing map

Syntax

plotsom(pos)

plotsom(W,D,ND)

Description

plotsom(pos) takes one argument,

plotsom(W,d,nd) takes three arguments,

and plots the neuron's weight vectors with connections between weight vectors whose neurons are within a distance of 1.

Examples

Here are some neat plots of various layer topologies:

See newsom for an example of plotting a layer's weight vectors with the input vectors they map.

See Also

newsom, learnsom, initsom.


  plotpv plotv