IROCcurve.Area

Fore Syntax

Area: Double;

Fore.NET Syntax

Area: double;

Description

The Area property returns curve area.

Comments

ROC curve area is an aggregated characteristic of classification quality that does not depend on the ratio of error values. The greater is the curve area value, the better is the classification model. This factor is often used for comparative analysis of multiple classification models.

Tolerance range: [0; 1].

Fore and Fore.NET Examples

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

See also:

IROCcurve