cossio / ROCCurves.jl

MIT License
7 stars 0 forks source link

ROCCurves

A simple and lightweight implementation of ROC (Receiver operating characteristic) curves in Julia.

Exports the functions: roc, auc, auc_roc and confusion_matrix. See their doc-strings for details, and the example.jl file for an usage example.

For a more full-featured implementation see https://github.com/davidavdav/ROCAnalysis.jl.