1 #ifndef _theplu_yat_statistics_score_ 2 #define _theplu_yat_statistics_score_ 30 namespace classifier {
33 class DataLookupWeighted1D;
38 namespace statistics {
Class for containing sample labels.
Definition: Target.h:47
The Department of Theoretical Physics namespace as we define it.
bool absolute_
Definition: Score.h:131
Class for general vector view.
Definition: DataLookup1D.h:43
virtual double score(const classifier::Target &target, const utility::VectorBase &value) const =0
This is the yat interface to GSL vector.
Definition: VectorBase.h:55
virtual ~Score(void)
Destructor.
Interface Class for score classes.
Definition: Score.h:43
void absolute(bool absolute)
Function changing mode of Score.
Class for general weighted vector view.
Definition: DataLookupWeighted1D.h:43