hinton(w) h = hinton(w)
hinton(w)
takes a matrix w
and plots the Hinton diagram.
h = hinton(net)
also returns the figure handle h
which can be used, for instance, to delete the
figure when it is no longer needed.
To print the figure correctly in black and white, you should call
set(h, 'InvertHardCopy', 'off')
before printing.
demhint
, hintmat
, mlphint
Copyright (c) Ian T Nabney (1996-9)