ICrossValidationPerformanceScores.ObservationsNumber

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.

Example

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

See also:

ICrossValidationPerformanceScores