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