DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


ScalingMode

Declaration: TMemBasedLearner.ScalingMode: TMBLScalingMode;

The property ScalingMode determines how the independent variables are scaled before they are used for modelling. ScalingMode can assume the following values:
mblUnscaled The independent variables are left unchanged
mblStandardized The independent variables are standardized (mean = 0.0, standard deviation = 1.0)