Coefficients: Array;
The Coefficients property returns an array containing the names of the model equation coefficients.
To get coefficient values, use the IMsNonLinearRegressionTransform.CoefficientsData property.
The property use is given in the example for IMsNonLinearRegressionTransform.OptimizationMethod.
See also: