Skip to content
forked from vbalnt/cppROC

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

License

Notifications You must be signed in to change notification settings

NelsonTorres/cppROC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

  • C++ 100.0%