wolffd@0: wolffd@0: wolffd@0: wolffd@0: Netlab Reference Manual hinton wolffd@0: wolffd@0: wolffd@0: wolffd@0:

hinton wolffd@0:

wolffd@0:

wolffd@0: Purpose wolffd@0:

wolffd@0: Plot Hinton diagram for a weight matrix. wolffd@0: wolffd@0:

wolffd@0: Synopsis wolffd@0:

wolffd@0:
wolffd@0: hinton(w)
wolffd@0: h = hinton(w)
wolffd@0: wolffd@0: wolffd@0:

wolffd@0: Description wolffd@0:

wolffd@0: wolffd@0:

hinton(w) takes a matrix w wolffd@0: and plots the Hinton diagram. wolffd@0: wolffd@0:

h = hinton(net) also returns the figure handle h wolffd@0: which can be used, for instance, to delete the wolffd@0: figure when it is no longer needed. wolffd@0: wolffd@0:

To print the figure correctly in black and white, you should call wolffd@0: set(h, 'InvertHardCopy', 'off') before printing. wolffd@0: wolffd@0:

wolffd@0: See Also wolffd@0:

wolffd@0: demhint, hintmat, mlphint
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: