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


VarType

Declaration: TMemBasedLearner.VarType[ix: integer]: TMBLVarType;
The model data contains two different types of variables (independent and target variables) and, as a third option, variables which should be ignored. The array property VarType controls the type of variables and may assume one of the following three values:

mblVarIgnore Variable of this type are ignored and not used when applying the model data to a sensor input.
mblVarIndep Independent variables
mblVarTarget Target of dependent variables.