Skip to content

C++ code to calculate area under the curve for ROC and precision recall cures

License

Notifications You must be signed in to change notification settings

lhhunghimself/fastROCPRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

fastROCPRC

C++ code to calculate area under the curve for ROC and precision recall cures ##Acknowledgements fastROCPRC based upon R code by Chris Fraley from the networkBMA package ##Summary Will calculate aurea under the curve (AUC) using the trapezoid rule for Receiver Operator Curves (ROC) and Precision Recall curves (PRC). Also provides tables necessary to plot the curves and summary statistics. The R code is way too slow for evaluating large datasets (hours to days) whereas on the same datasets fastROCPRC completes the calculations in seconds.

About

C++ code to calculate area under the curve for ROC and precision recall cures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published