LinearNormaliseOutputs


Purpose

Performs linear normalisation on the outputs of a data set. Values that would be normalised to outside the range [0, 1] are truncated so that they do not fall outside this range.

Function Declaration

function LinearNormaliseOutputs ( StgSource : string; StgDestination : string; DyaFltMins : Variant; DyaFltMaxs : Variant ) : integer;

Arguments

StgSource : alias of source data object
StgDestination : alias to assign normalised data object to
DyaFltMins : one dimensional variant aray of reals containing the minimum values of each column
DyaFltMaxs : one dimensional variant array of reals containing the maximum values for each column


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.