HasConstant: Boolean;
HasConstant: boolean;
The HasConstant property determines whether model equation contains a constant.
The property is outdated, use IMsBinaryRegressionTransform.ConstantMode.
Available values of the HasConstant property:
True. Constant is present in the model equation.
False. Model equation does not contain constant.
See also: