Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 284 Bytes

README.org

File metadata and controls

10 lines (8 loc) · 284 Bytes

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)