Table 9 Evaluation metrics in machine learning.
\(\:\text{Accuracy}=\frac{TP+TN}{TP+TN+FP+FN}\) |
\(\:{F}_{1}=2\times\:\frac{\text{Precision}\times\:\text{Recall}}{\text{Precision}+\text{Recall}}\) |
\(\:\text{Precision}=\frac{TP}{TP+FP}\) |
\(\:\text{Recall}=\frac{TP}{TP+FN}\) |