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