有些东西,在某度上真是不好找,Google引擎不得不夸,废话不多说,开始介绍Overall accuracy 和 Mean accuracy.
Overall accuracy : number of correctly predicted items/total of item to predict.
Average/Mean accuracy : it is the average of each accuracy per class (sum of accuracy for each class predicted/number of class). You could refer to the two articles, 1 and 2, they will be helpful.
For example:
According to the references given in explantion mean accuracy can be calculated as: Mean Accuracy of Class N: 1971/ (1971 + 19 + 1 + 8 + 0 + 1) = 98.55%
Overall accuracy = (1971 + 1940 + 1891 + 1786 + 1958 + 1926) / (2000 + 2000 + 2000 + 2000 + 2000 + 2000) = 95.60%