fScore property

FhirDecimal? fScore
inherited

fScore Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall).

Implementation

FhirDecimal? get fScore => throw _privateConstructorUsedError;