1 #ifndef _theplu_yat_statistics_auc_ 2 #define _theplu_yat_statistics_auc_ 35 namespace classifier {
41 namespace statistics {
93 typedef std::multimap<double, std::pair<bool, double> > MultiMap;
94 double score(
const MultiMap&)
const;
Class for containing sample labels.
Definition: Target.h:47
The Department of Theoretical Physics namespace as we define it.
double score(const classifier::Target &target, const utility::VectorBase &value) const
This is the yat interface to GSL vector.
Definition: VectorBase.h:55
Interface Class for score classes.
Definition: Score.h:43
Area Under ROC Curve.
Definition: AUC.h:61
void absolute(bool absolute)
Function changing mode of Score.
Class for general weighted vector view.
Definition: DataLookupWeighted1D.h:43
Reciever Operating Characteristic.
Definition: ROC.h:52
AUC(bool absolute=true)
Default Constructor.