Sensitivity ,Specificity and Accuracy calculation from Confusion matrix
13 ビュー (過去 30 日間)
古いコメントを表示
I calculate correct accuracy classification from confusion matrix as 1-c ,Sensiticity TP/(TP+FN) as SE = cm(2,2)/sum(cm(2,:)) and Specificity TN/(TN+FP) SP=cm(1,1)/sum(cm(1,:)) to a binary classification problem .Are these calculations right ?I use 10 fold cross validation in my data and i want calculate CA,SE ,SP of the test set which incudes 2 samples each time.Sometimes in test all are positives and classified as positives and then specificity is NaN .How can i cope this ?Im interested for the mean of these in 10 folds .
0 件のコメント
採用された回答
KALYAN ACHARJYA
2017 年 5 月 24 日
Dear Lea, Whether you work on Image or Numerical data sets, If you have numerical datasets and already built confusion matrix then you can easily able to compute the above parameters. Please follow the following link- http://www.dataschool.io/simple-guide-to-confusion-matrix-terminology/
Thanks, if you need more clarification, let me know here.
1 件のコメント
fahmida afroz
2018 年 2 月 7 日
編集済み: fahmida afroz
2018 年 2 月 7 日
Thank you so much Mr. ACHARJYA for this documentation. I was so stressed out not having proper way.
その他の回答 (1 件)
kalyani kumari
2019 年 7 月 23 日
i have specificity,sensitivity,accuracy and precision values.but unable to write the matlab code to generate average values for individual and cofusion matrix for 100 samples.plz help me out how to write the code
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!