wolffd@0: wolffd@0: wolffd@0: wolffd@0: Netlab Reference Manual sompak wolffd@0: wolffd@0: wolffd@0: wolffd@0:

sompak wolffd@0:

wolffd@0:

wolffd@0: Purpose wolffd@0:

wolffd@0: Combines node weights into one weights matrix. wolffd@0: wolffd@0:

wolffd@0: Synopsis wolffd@0:

wolffd@0:
wolffd@0: c = sompak(net)
wolffd@0: 
wolffd@0: wolffd@0: wolffd@0:

wolffd@0: Description wolffd@0:

wolffd@0: c = sompak(net) takes a SOM data structure net and wolffd@0: combines the node weights into a matrix of centres wolffd@0: c where each row represents the node vector. 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:

wolffd@0: See Also wolffd@0:

wolffd@0: som, somunpak
wolffd@0: Pages: wolffd@0: Index wolffd@0:
wolffd@0:

Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: