1 #ifndef _theplu_yat_statistics_score_
2 #define _theplu_yat_statistics_score_
29 namespace classifier {
32 class DataLookupWeighted1D;
37 namespace statistics {
Class for containing sample labels.
Definition: Target.h:47
bool absolute_
Definition: Score.h:130
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:52
virtual ~Score(void)
Destructor.
Interface Class for score classes.
Definition: Score.h:42
void absolute(bool absolute)
Function changing mode of Score.
Class for general weighted vector view.
Definition: DataLookupWeighted1D.h:43