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