IROCcurve.Sensitivity

Syntax

Sensitivity: Array;

Description

The Sensitivity property returns values of sensitivity.

Comments

Sensitivity is the share of truly positive cases that were correctly identifier by a model. These values must be taken into account together with specificity values returned by the IROCcurve.OneMinusSpecificity property.

A high sensitivity model often returns a true result when it is positive (reveals positive examples). On the contrary, a highly specific model often returns a truly result when it is negative (reveals negative examples).

Example

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

See also:

IROCcurve