IROCcurve.ConfidenceIntervalLower

Fore Syntax

ConfidenceIntervalLower: Double;

Fore.NET Syntax

ConfidenceIntervalLower: double;

Description

The ConfidenceIntervalLower property returns lower limit of asymptotic confidence interval of curve area.

Comments

To get the upper limit of asymptotic confidence interval, use the IROCcurve.ConfidenceIntervalUpper property.

Fore and Fore.NET Examples

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

See also:

IROCcurve