필터 지우기
필터 지우기

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 CenterFile Exchange에서 ROC - AUC에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by