IBinaryModelRelevanceMeasure.F1

Syntax

F1: Double;

Description

The F1 property returns value of F-estimate.

Comments

The property is a harmonic mean of the IBinaryModelRelevanceMeasure.Precision and IBinaryModelRelevanceMeasure.Recall properties.

Example

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

See also:

IBinaryModelRelevanceMeasure