IBinaryModelRelevanceMeasure.F1

Syntax

F1: Double;

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.

Fore and Fore.NET Examples

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

See also:

IBinaryModelRelevanceMeasure