IMsNonLinearRegressionTransform.Coefficients

Fore Syntax

Coefficients: Array;

Fore.NET Syntax

Coefficients: System.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.

Fore and Fore.NET Examples

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

See also:

IMsNonLinearRegressionTransform