IStatMethodValid.PerformanceScores

Fore Syntax

PerformanceScores: ICrossValidationPerformanceScores;

Fore.NET Syntax

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

Description

The PerformanceScores property returns cross-validation results.

Comments

The results are available only after calling the IStatMethodValid.ExecuteValidation method.

Fore and Fore.NET Examples

The property use is given in the example for ISmGradientBoostedTree.ClassificationSummary.

See also:

IStatMethodValid