ICrossValidationPerformanceScores.ObservationsNumber

Fore Syntax

ObservationsNumber: Integer;

Fore.NET Syntax

ObservationsNumber: integer;

Description

The ObservationsNumber property returns the number of source sample objects included in cross-validation.

Comments

To get correct classification, use the ICrossValidationPerformanceScores.PerformanceMatrix property.

Fore and Fore.NET Examples

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

See also:

ICrossValidationPerformanceScores