F1 Score

Information & Communication Dictionary
Definition
A summary statistic equal to the harmonic mean of precision and recall: F1 = 2 · (precision · recall) / (precision + recall); it combines both measures into a single value that penalizes extreme imbalance between them.