The Complete SPRLIB & ANNLIB

normalize_input_dataset

- normalize the input vector of each sample

SYNOPSIS

int normalize_input_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_input_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.

NOTE

This function is used by normalize_dataset.

SEE ALSO

normalize_one_input_dataset, normalize_one_output_dataset, normalize_output_dataset , normalize_dataset

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