フィルターのクリア

To draw the roc curve using FPR and TPR

2 ビュー (過去 30 日間)
Nithya SIvasamy
Nithya SIvasamy 2016 年 8 月 29 日
回答済み: Thorsten 2016 年 8 月 29 日
The false positive rate and true positive rate are in the range between 0 and 1 .But when i use plotroc() i am getting a graph in straight line manner.
Can anyone help me to draw the roc curve

回答 (1 件)

Thorsten
Thorsten 2016 年 8 月 29 日
plot(fpr, tpr)
It's possible to get a straight line, e.g., if the operator has zero discrimination.

カテゴリ

Help Center および File ExchangeROC - AUC についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by