ConstantInitValue: Double;
ConstantInitValue: double;
The ConstantInitValue property determines the constant initial value.
The initial value of the constant is considered in the calculation if the following conditions are met:
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: