Main Content

plotsomtop

Plot self-organizing map topology

Syntax

plotsomtop(net)

Description

plotsomtop(net) plots the topology of a SOM layer.

This plot supports SOM networks with hextop and gridtop topologies, but not tritop or randtop.

Examples

Plot SOM Topology

x = iris_dataset;
net = selforgmap([8 8]);
plotsomtop(net)

Figure SOM Topology (plotsomtop) contains an axes object. The axes object with title SOM Topology contains 64 objects of type patch.

Version History

Introduced in R2008a