f1Score property
A measure of how accurate the classifier results are for the test data. It
is derived from the Precision
and Recall
values.
The F1Score
is the harmonic average of the two scores. The
highest score is 1, and the worst score is 0.
Implementation
final double? f1Score;