Table 3.
Parameter | Meaning | Expression |
---|---|---|
Accuracy (ACC) | Percentage of correct prediction | a |
Sensitivity | Percentage of correctly predicted positive | |
Specificity | Percentage of correctly predicted negative | |
Strength | Mean value of the sum of sensitivity and specificity | |
MCC | Matthews correlation coefficient | |
Precision | Positive predictive rate | |
F-measure | The harmonic mean of sensitivity and specificity | |
AUC b | Probability that a classifier will rank a randomly chosen positive instance higher than a randomly chosen negative one |
a TP = True positive number; TN = True negative number; FP = False positive number; FN = False negative number; b In AUC formulation, i takes on values from 1 to n, T is the total number of positives in the test set, and Ti is the number of positives that score higher than the ith highest scoring negative.