IDmMethodCrossValidation.Results

Fore Syntax

Results: ICrossValidationPerformanceScores;

Fore.NET Syntax

Results: Prognoz.Platform.Interop.Stat.ICrossValidationPerformanceScores;

Description

The Results property returns cross-validation results.

Comments

Cross-validation results are available only after method calculation.

Fore and Fore.NET Examples

The property use is given in the example for IDmLogisticRegression.Threshold.

See also:

IDmMethodCrossValidation