vbalnt / cppROC

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%