What is the Accuracy in percentage based on following confusion matrix of three class classification. Confusion Matrix C= [14 0 0] [ 1 15 0] [ 0 0 6]

0.75
0.97
0.95
0.85

The correct answer is $\boxed{\text{B) 0.97}}$.

Accuracy is the percentage of instances that are correctly classified. It is calculated by dividing the number of correct classifications by the total number of classifications. In this case, there are 14 + 15 + 6 = 35 total classifications, and 14 + 15 = 29 of them are correct. Therefore, the accuracy is $\frac{29}{35} = 0.97$.

Option A is incorrect because it is the accuracy of a two-class classification. Option C is incorrect because it is the accuracy of a four-class classification. Option D is incorrect because it is the accuracy of a five-class classification.

Exit mobile version