ILinearRegressionAutoSelection.Results

Syntax

Results: Array;

Description

The Results property returns the result of regressor autoselection.

Comments

The returned vector contains only 0s and 1s:

The set includes those factors that provide the best value of the specified criterion.

Example

The property use is given in the example for ISmLinearRegress.AutoSelection.

See also:

ILinearRegressionAutoSelection