Table 2.
Formulae for model evaluation metrics.
| Abbreviation | Full Name or Calculation Formulas | Serial Number |
|---|---|---|
| TP | Positive samples predicted as positive by the model (correctly predicted positive samples) | (1) |
| TN | Negative samples predicted as negative by the model (correctly predicted negative samples) | (2) |
| FP | Negative samples predicted as positive by the model (positive samples with incorrect predictions) | (3) |
| FN | Positive samples predicted as negative by the model (negatively classified samples with incorrect predictions) | (4) |
| Iou | (5) | |
| Accuracy | (6) | |
| F1-score | (7) | |
| Precision | (8) | |
| Recall | (9) |