ConstantMode: InterceptMode;
The ConstantMode property determines the mode of setting model constant.
ConstantMode = InterceptMode.None. The default value. Constant is not used in the model.
ConstantMode = InterceptMode.ManualEstimate. Constant value is set by the user by the IMsPooledModelTransform.ConstantValue property.
The property use is given in the example for IMsPooledModelTransform.ARMA.
See also: