Skip to main content
. 2023 Sep 14;26(10):107896. doi: 10.1016/j.isci.2023.107896

Table 12.

Evaluation criteria

Name Formula Remark
Accuracy Accuracy=TP+TNTP+FP+FN+TN A higher accuracy rate represents a larger percentage of the sample that is correctly predicted.
Specificity Specificity=TNTN+FP The higher the specificity, the lower the classification error.
Precision Precision=TPTP+FP A higher precision indicates a more accurate prediction of positive cases.
MCC MCC=TP×TNFP×FN(TP+FP)×(TP+FN)×(TN+FP)×(TN+FN) A closer MCC to 1 indicates a more perfect prediction of the subject.
F-measure Fmeasure=TPTP+FN+FP2 The F-value represents whether the predicted result is in line with expectations, and the higher the value, the more in line with expectations.