1 #ifndef _theplu_yat_classifier_featureselectorir_
2 #define _theplu_yat_classifier_featureselectorir_
25 #include "FeatureSelector.h"
29 namespace statistics {
32 namespace classifier {
General view into utility::Matrix.
Definition: MatrixLookup.h:70
Class for containing sample labels.
Definition: Target.h:47
Interface class for FeatureSelection.
Definition: FeatureSelector.h:39
FeatureSelector using an InputRanker.
Definition: FeatureSelectorIR.h:37
void update(const MatrixLookup &data, const Target &target)
General view into utility::MatrixWeighted.
Definition: MatrixLookupWeighted.h:63
Interface Class for score classes.
Definition: Score.h:42
FeatureSelectorIR(statistics::Score &score, size_t N, size_t first=0)
Default Constructor.