IMsBinaryRegressionTransform.ConstantInitValue

Fore Syntax

ConstantInitValue: Double;

Fore.NET Syntax

ConstantInitValue: double;

Description

The ConstantInitValue property determines the constant initial value.

Comments

The initial value of the constant is considered in the calculation if the following conditions are met:

  1. Autoestimation of the value is used, that is, the IMsBinaryRegressionTransform.ConstantMode property is set to InterceptMode.AutoEstimate.

  2. The IMsBinaryRegressionTransform.UseDefaultInitValues property is set to False.

Fore and Fore.NET Examples

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

See also:

IMsBinaryRegressionTransform