IBinaryModelRelevanceMeasure.Recall

Syntax

Recall: Double;

Description

The Recall property returns the value of positive result completeness.

Comments

The property shows the proportion of positive results from all positive results that is found. It is applied in conditions of non-balanced samples.

Example

The property use is given in the example for ISmBinaryModel.RelevanceMeasure.

See also:

IBinaryModelRelevanceMeasure