how can find the sensitivity and specificity ?
2 ビュー (過去 30 日間)
古いコメントを表示
Hey there ; Could you please help how to find the sensitivity and specificity, I have two classes, class one contains 112 and class two 75 ,and I used SVM as a classifier method to find the accuracy.
May thanks .
0 件のコメント
回答 (1 件)
Jordan Lui
2018 年 7 月 19 日
Also, you can use classperf(). There is also an explanation on the page: https://www.mathworks.com/help/bioinfo/ref/classperf.html
1 件のコメント
Jeremy Huard
2023 年 1 月 30 日
I would suggest to use fitcsvm instead to train a SVM classifier.
You can then use the rocmetrics object to plot the TOC curve.
This example shows this workflow.
参考
カテゴリ
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!