how to calculate the AUC of a classifier
조회 수: 5 (최근 30일)
이전 댓글 표시
how to calculate the AUC of a classifier,is their any specific formula for calculating the AUC value
댓글 수: 0
답변 (1개)
Alka Nair
2015년 3월 13일
I understand that you would like to know how to find the Area under the Curve for ROC using MATLAB. If you have the true positive rates and false positive rates, you could use the command TRAPZ to calculate area.
Please refer to the following documentation page to understand about TRAPZ:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 ROC - AUC에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!