The Complete SPRLIB & ANNLIB

wien_output_ff

- calculate the Wiener solution for an output unit

SYNOPSIS

int wien_output_ff (dset, net, unit, verbose)

ARGUMENTS

DATASET *dset The dataset used to calculate the weights.
NET *net The network in which the weights should be calculated.
UNIT *unit The output unit of which the weights should be determined.
int verbose A boolean to show intermediate results.

RETURNS

The function returns TRUE if an error was detected. If no error was detected the function returns FALSE and the weights to the output unit pointed to by unit are updated.

FUNCTION

The function computes the Wiener weights for an output unit pointed to by unit.

NOTE

The unit unit must be a OUTUNIT (see UNIT-flags) and the network must be a FFNET (see NET-flags), and the variable verbose should be either 1 (verbose on) or 0 (verbose off).

SEE ALSO

wiener_output_calc

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998