1 #ifndef _theplu_yat_statistics_pearson_
2 #define _theplu_yat_statistics_pearson_
34 namespace statistics {
Pearson(bool absolute=true)
The default constructor.
Class for containing sample labels.
Definition: Target.h:47
Class for calculating Pearson correlation.
Definition: Pearson.h:40
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
Interface Class for score classes.
Definition: Score.h:42
void absolute(bool absolute)
Function changing mode of Score.
double score(const classifier::Target &target, const utility::VectorBase &value) const
virtual ~Pearson(void)
The destructor.
Class for general weighted vector view.
Definition: DataLookupWeighted1D.h:43