Faster ROC-AUC

Fast calculation of AUC of an ROC for binary classification problems, written in C++.

이 제출물을 팔로우합니다

AUC = fastAUC(labels,scores,posclass)

Calculates the Area under the ROC curve (AUC) for problems involving two distinct targets (i.e. binary classification problems). Main advantages of using this function are:

*speed
Written in C++, it performs much faster than perfcurve (Matlab statistics toolbox). On a benchmark of 20 million instances this function achieves a speed up factor of more than 100 with respect to perfcurve.

*independence
Works without needing to install the statistics toolbox.

Please send any questions, comments and/or suggestions by mail.

인용 양식

Enric Junque de Fortuny (2026). Faster ROC-AUC (https://kr.mathworks.com/matlabcentral/fileexchange/41258-faster-roc-auc), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: RADIOMICS

카테고리

Help CenterMATLAB Answers에서 ROC - AUC에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.6.0.0

Bugfix (abs).

1.5.0.0

Description

1.4.0.0

Updated install file.

1.0.0.0