Plot self-organizing map topology
plotsomtop(net)
plotsomtop(net)
plots the topology of a SOM
layer.
This plot supports SOM
networks with hextop
and
gridtop
topologies, but not tritop
or
randtop
.
x = iris_dataset; net = selforgmap([8 8]); plotsomtop(net)