The Complete SPRLIB & ANNLIB

transform_output_dataset

- transform one output element of an IOSET dataset

SYNOPSIS

int transform_output_dataset (dset, index, scale, offset)

ARGUMENTS

DATASET *dset A pointer to a DATASET structure.
int index The index in the Output.Vector of the element to be scaled.
double scale The scaling factor to be used.
double offset The offset to be used.

RETURNS

TRUE if an error occured, FALSE if not.

FUNCTION

This routine transforms each element index of the output vector thus: Output.Vector[index] = Output.Vector[index] * scale + offset.

SEE ALSO

scale_output_dataset

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