Daniel@0: Daniel@0:
Daniel@0:Daniel@0: net = somunpak(net, w) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
net = somunpak(net, w)
takes a SOM data structure net
and
Daniel@0: weight matrix w
(each node represented by a row) and
Daniel@0: puts the nodes back into the multi-dimensional array net.map
.
Daniel@0:
Daniel@0: The ordering of the parameters in w
is defined by the indexing of the
Daniel@0: multi-dimensional array net.map
.
Daniel@0:
Daniel@0:
som
, sompak
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: