IMsNonLinearRegressionTransform.Expression

Syntax

Expression: 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.

Example

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

See also:

IMsNonLinearRegressionTransform