Table 6.
S. no | Performance measures | Description | Mathematical Expression |
---|---|---|---|
1 | Accuracy | Measure how often the algorithm classifies a data point correctly. | Accuracy |
2 | Specificity | Measure the model’s capability to determine true negatives of each available class. | Specificity |
3 | Recall | Measure the model’s capability to determine true positives of each available class. | Recall |
4 | Precision | Defines how close measurements are to each other. | Precision |
5 | F-score | Evaluates the harmonic mean of precision and recall | F-score |