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