IMsBinaryRegressionTransform.ConstantMode

Fore Syntax

ConstantMode: InterceptMode;

Fore.NET Syntax

ConstantMode: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

IMsBinaryRegressionTransform