(AU)ROC(CH)

버전 1.1.0.0 (3.74 KB) 작성자: Ged Ridgway
Receiver Operating Characteristic curve with convex hull, plus areas under ROC and ROCCH.
다운로드 수: 3.5K
업데이트 날짜: 2009/12/11

라이선스 보기

ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity; the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec; this code gives you the option).

It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier.

인용 양식

Ged Ridgway (2025). (AU)ROC(CH) (https://kr.mathworks.com/matlabcentral/fileexchange/22641-au-roc-ch), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Fixed a minor bug that produced incorrect AUROCCH values for very bad classifiers (that lie partially under the line of pure chance).

1.0.0.0