Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual hinton Daniel@0: Daniel@0: Daniel@0: Daniel@0:

hinton Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

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

Daniel@0: Synopsis Daniel@0:

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

Daniel@0: Description Daniel@0:

Daniel@0: Daniel@0:

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

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

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

Daniel@0: See Also Daniel@0:

Daniel@0: demhint, hintmat, mlphint
Daniel@0: Pages: Daniel@0: Index Daniel@0:
Daniel@0:

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