1 #ifndef _theplu_yat_classifier_featureselector_random_
2 #define _theplu_yat_classifier_featureselector_random_
25 #include "FeatureSelector.h"
29 namespace classifier {
General view into utility::Matrix.
Definition: MatrixLookup.h:70
Class for containing sample labels.
Definition: Target.h:47
Class for selection features by random.
Definition: FeatureSelectorRandom.h:34
Interface class for FeatureSelection.
Definition: FeatureSelector.h:39
General view into utility::MatrixWeighted.
Definition: MatrixLookupWeighted.h:63
FeatureSelectorRandom(size_t N)
Default Constructor.
void update(const MatrixLookup &data, const Target &target)