IMsNonLinearRegressionTransform.IsCoefficientsSaved

Fore Syntax

IsCoefficientsSaved(Coord: IMsFormulaTransformCoord): Boolean;

Fore.NET Syntax

IsCoefficientsSaved[Coord: Prognoz.Platform.Interop.Ms.IMsFormulaTransformCoord]: boolean;

Parameters

Coord. The output variable slice for which calculation is performed.

Description

The IsCoefficientsSaved property returns whether the model equation coefficients are saved.

Comments

Available values:

Fore and Fore.NET Examples

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

See also:

IMsNonLinearRegressionTransform