IMsBinaryRegressionTransform.ConstantInitValue

Syntax

ConstantInitValue: Double;

Description

The ConstantInitValue property determines the constant initial value.

Comments

The initial value of the constant is taken into account in the calculation if the following conditions are satisfied:

  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.

Example

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

See also:

IMsBinaryRegressionTransform