Show contents 

Ms > Ms Assembly Interfaces > IMsNonLinearRegressionTransform > IMsNonLinearRegressionTransform.Coefficients

IMsNonLinearRegressionTransform.Coefficients

Syntax

Coefficients: Array;

Description

The Coefficients property returns an array containing the names of the model equation coefficients.

Comments

To get coefficient values, use the IMsNonLinearRegressionTransform.CoefficientsData property.

Example

The property use is given in the example for IMsNonLinearRegressionTransform.OptimizationMethod.

See also:

IMsNonLinearRegressionTransform