ROCCurves show the tradeoff in sensitivity and specitivity for binary classifiers using different cutoff values. More...
#include <OpenMS/MATH/STATISTICS/ROCCurve.h>
Classes | |
| class | simsortdec |
| predicate for sort() More... | |
Public Member Functions | |
| ROCCurve () | |
| default constructor | |
| virtual | ~ROCCurve () |
| destructor | |
| ROCCurve (const ROCCurve &source) | |
| copy constructor | |
| ROCCurve & | operator= (const ROCCurve &source) |
| assignment operator | |
| void | insertPair (double score, bool clas) |
| insert score, type pair | |
| double | AUC () |
| returns Area Under Curve | |
| std::vector< std::pair< double, double > > | curve (UInt resolution=10) |
| some points in the ROC Curve | |
| double | cutoffPos (double fraction=0.95) |
| double | cutoffNeg (double fraction=0.95) |
Private Attributes | |
| std::list< std::pair< double, bool > > | score_clas_pairs_ |
| UInt | pos_ |
| UInt | neg_ |
ROCCurves show the tradeoff in sensitivity and specitivity for binary classifiers using different cutoff values.
[This class is buggy and usage is discouraged!]
| ROCCurve | ( | ) |
default constructor
| virtual ~ROCCurve | ( | ) | [virtual] |
destructor
| double AUC | ( | ) |
returns Area Under Curve
| void insertPair | ( | double | score, | |
| bool | clas | |||
| ) |
insert score, type pair
std::list<std::pair<double, bool> > score_clas_pairs_ [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |