The Complete SPRLIB & ANNLIB

normalize_output_dataset

- normalize the output vector of each sample

SYNOPSIS

int normalize_output_dataset (lset)

ARGUMENTS

DATASET *lset A pointer to a DATASET structure.

RETURNS

TRUE if an error was detected, FALSE otherwise.

FUNCTION

This functions calls the normalize_one_output_dataset function with offset = 0.0 and scale = 1.0 for each element of the input vector. Values thus are normalized around 0.0 and divided by their standard deviation. The DATASET lset has to be an IOSET (see DATASET-flags).

NOTE

This function is used by normalize_dataset.

SEE ALSO

normalize_one_input_dataset, normalize_one_output_dataset, normalize_input_dataset , normalize_dataset

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