Precision-Recall and ROC Curves

버전 1.2.0.0 (4.14 KB) 작성자: Stefan Schroedl
Calculate and plot P/R and ROC curves for binary classification tasks.
다운로드 수: 17K
업데이트 날짜: 2010/3/17

라이선스 보기

Consider a binary classification task, and a real-valued predictor, where higher values denote more confidence that an instance is positive. By setting a fixed threshold on the output, we can trade-off recall (=true positive rate) versus false positive rate (resp. precision).

Depending on the relative class frequencies, ROC and P/R curves can highlight different properties; for details, see e.g., Davis & Goadrich, 'The Relationship Between Precision-Recall and ROC Curves', ICML 2006.

인용 양식

Stefan Schroedl (2025). Precision-Recall and ROC Curves (https://kr.mathworks.com/matlabcentral/fileexchange/21528-precision-recall-and-roc-curves), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
도움

도움 준 파일: Lynx MATLAB Toolbox

Community Treasure Hunt

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

Start Hunting!

prec_rec/

버전 게시됨 릴리스 정보
1.2.0.0

Updated function arguments, added options

1.1.0.0

Update for better user interface, added options

1.0.0.0