1 #ifndef _theplu_yat_statistics_snr
2 #define _theplu_yat_statistics_snr
28 #include <gsl/gsl_cdf.h>
35 namespace classifier {
36 class DataLookWeighted1D;
38 namespace statistics {
Class for containing sample labels.
Definition: Target.h:47
double score(const classifier::Target &target, const utility::VectorBase &value) const
virtual ~SNRScore(void)
The destructor.
This is the yat interface to GSL vector.
Definition: VectorBase.h:52
Class for score based on signal-to-noise ratio (SNRScore).
Definition: SNRScore.h:49
Interface Class for score classes.
Definition: Score.h:42
void absolute(bool absolute)
Function changing mode of Score.
SNRScore(bool absolute=true)
Default Constructor.
Class for general weighted vector view.
Definition: DataLookupWeighted1D.h:43