IMsPooledModelTransform.ConstantMode

Syntax

ConstantMode: InterceptMode;

Description

The ConstantMode property determines the mode of setting model constant.

Comments

ConstantMode = InterceptMode.None. Default value. Constant is not used in the model.

ConstantMode = InterceptMode.ManualEstimate. Constant value is set by the user by the IMsPooledModelTransform.ConstantValue property.

Example

The property use is given in the example for IMsPooledModelTransform.ARMA.

See also:

IMsPooledModelTransform