Neural Network Toolbox Previous page   Next Page
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.


Previous page  plotpv plotv Next page

© 1994-2005 The MathWorks, Inc.