ICrossValidationPerformanceScores.ClassificationAccuracy

Fore Syntax

ClassificationAccuracy: Double;

Fore.NET Syntax

ClassificationAccuracy: double;

Description

The ClassificationAccuracy property returns accuracy of classification

Comments

To get the analyzed attribute name, use the ICrossValidationPerformanceScores.ClassificatorName property

Fore and Fore.NET Examples

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

See also:

ICrossValidationPerformanceScores