Skip to content

vbalnt/cppROC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppROC

Receiver operating characteristic curve (ROC) computation code in C++

Compile with g++ main.cpp roc.cpp -o roc and then run the roc excecutable.

Todo

  • Add area under ROC curve code (trapezoid rule)
  • Add 95% error rate code (simple interpolation in the ROC curve)

About

Receiver operating characteristic curve (ROC) computation code in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages