Formula
Accuracy and Error Rate
Classification accuracy and error rate are primary metrics used to evaluate the performance of a classification model. Let TP, FP, TN, and FN denote the number of true positives, false positives, true negatives, and false negatives, respectively.
The classification Accuracy is the proportion of true results (both true positives and true negatives) among the total number of cases examined:
The Error Rate is the proportion of misclassified cases (both false positives and false negatives) among the total number of cases examined, which is also equal to 1 minus Accuracy:

0
1
Updated 2026-06-30
Tags
Data Science