IMsBinaryRegressionTransform.ConstantMode

Syntax

ConstantMode: InterceptMode;

Description

The ConstantMode property determines a mode of setting model constant.

Comments

If ConstantMode is set to InterceptMode.ManualEstimate, the constant is set by using the IMsBinaryRegressionTransform.ConstantValue property.

Example

The property use is given in the example for IMsBinaryRegressionTransform.BinaryDistr.

See also:

IMsBinaryRegressionTransform