IBinaryModelRelevanceMeasure.Precision

Syntax

Precision: Double;

Description

The Precision property returns accuracy value of positive result.

Comments

The property shows the proportions of found positive results that are really positive. It is applied in conditions of non-balanced samples.

Example

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

See also:

IBinaryModelRelevanceMeasure