IMsNonLinearRegressionTransform.Expression

Fore Syntax

Expression: IExpression;

Fore.NET Syntax

Expression: Prognoz.Platform.Interop.ForeSystem.IExpression;

Description

The Expression property returns an object containing the model equation.

Comments

The equation must have at least one coefficient and one factor, otherwise non-linear data transformation cannot be performed.

For example: X1 +X2 / 2 * f1, where X1 and X2 - factors, f1 - coefficient.

Fore and Fore.NET Examples

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

See also:

IMsNonLinearRegressionTransform