Daniel@0: Daniel@0:
Daniel@0:Daniel@0: hinton(w) Daniel@0: h = hinton(w)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:
demhint
, hintmat
, mlphint
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: