Faster ROC-AUC

Fast calculation of AUC of an ROC for binary classification problems, written in C++.
2.5K 次下载
更新 2013/6/24

查看许可证

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://ww2.mathworks.cn/matlabcentral/fileexchange/41258-faster-roc-auc), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 ROC - AUC 的更多信息
致谢

启发作品: RADIOMICS

版本 已发布 发行说明
1.6.0.0

Bugfix (abs).

1.5.0.0

Description

1.4.0.0

Updated install file.

1.0.0.0