mlphint(net) [h1, h2] = mlphint(net)
mlphint(net)
takes a network structure net
and plots the Hinton diagram comprised of two
figure windows, one displaying the first-layer weights and biases, and
one displaying the second-layer weights and biases.
[h1, h2] = mlphint(net)
also returns handles h1
and
h2
to the figures which can be used, for instance, to delete the
figures when they are no longer needed.
To print the figure correctly, you should call
set(h, 'InvertHardCopy', 'on')
before printing.
demhint
, hintmat
, mlp
, mlppak
, mlpunpak
Copyright (c) Ian T Nabney (1996-9)