ConstantInitValue: Double;
The ConstantInitValue property determines the constant initial value.
The initial value of the constant is taken into account in the calculation if the following conditions are satisfied:
Autoestimation of the value is used, that is, the IMsBinaryRegressionTransform.ConstantMode property is set to InterceptMode.AutoEstimate.
The IMsBinaryRegressionTransform.UseDefaultInitValues property is set to False.
The property use is given in the example for IMsBinaryRegressionTransform.BinaryDistr.
See also: