perClass Documentation
development version 3.2 (14-Mar-2012)
Content

Comments? Ideas? Compliments?

Your email (only if you wish to be contacted)

SDNORM Add normalization to pipeline returning soft outputs

 Normalization of data set (features sum to one)
   OUT=SDNORM(DATA)

 Normalization added to pipeline PIN
   POUT=SDNORM(PIN)

 INPUT
    DATA    Data set to be normalized
    PIN     Input pipeline returning 2 or more soft outputs

 OUTPUT
    OUT     Normalized data set
    POUT    Output pipeline with added normalization step

 DESCRIPTION
 SDNORM normalizes data sets so that the features sum to one. If a trained
 pipeline is givem SDNORM adds a normalization step to it.  This is useful
 to normalize model output returning probability densities into a
 discriminant providing posteriors.

 SEE ALSO
 SDP_NORM

sdnorm is referenced in examples: