How can I find the confusion matrix for a three class problem and thenfind specificity, sensitivity and accuracy from them.
2 次查看(过去 30 天)
显示 更早的评论
How can I find the confusion matrix for a three class problem and then find specificity, sensitivity and accuracy from them.
0 个评论
回答(1 个)
Ilya
2013-2-28
If you have Statistics Toolbox, take a look at the confusionmat function. The accuracy is simply the sum of the diagonal elements divided by the sum of all elements in the matrix. Specificity and sensitivity are unambiguously defined for binary classification. You'd have to come up with your definitions for 3 classes.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!