yat  0.21pre
FeatureSelectorIR.h
1 #ifndef _theplu_yat_classifier_featureselectorir_
2 #define _theplu_yat_classifier_featureselectorir_
3 
4 // $Id: FeatureSelectorIR.h 4207 2022-08-26 04:36:28Z peter $
5 
6 /*
7  Copyright (C) 2006, 2007, 2008 Jari Häkkinen, Peter Johansson
8  Copyright (C) 2022 Peter Johansson
9 
10  This file is part of the yat library, http://dev.thep.lu.se/yat
11 
12  The yat library is free software; you can redistribute it and/or
13  modify it under the terms of the GNU General Public License as
14  published by the Free Software Foundation; either version 3 of the
15  License, or (at your option) any later version.
16 
17  The yat library is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20  General Public License for more details.
21 
22  You should have received a copy of the GNU General Public License
23  along with yat. If not, see <http://www.gnu.org/licenses/>.
24 */
25 
26 #include "FeatureSelector.h"
27 
28 namespace theplu {
29 namespace yat {
30 namespace statistics {
31  class Score;
32 }
33 namespace classifier {
34 
39  {
40  public:
44  FeatureSelectorIR(statistics::Score& score, size_t N, size_t first=0);
45 
49  void update(const MatrixLookup& data, const Target& target);
50 
54  void update(const MatrixLookupWeighted& data, const Target& target);
55 
56  private:
59 
61  FeatureSelectorIR& operator=(const FeatureSelectorIR&);
62 
63  statistics::Score& score_;
64 
65  };
66 
67 }}} // of namespace classifier, yat, and theplu
68 
69 #endif
General view into utility::Matrix.
Definition: MatrixLookup.h:70
Class for containing sample labels.
Definition: Target.h:47
The Department of Theoretical Physics namespace as we define it.
Interface class for FeatureSelection.
Definition: FeatureSelector.h:40
FeatureSelector using an InputRanker.
Definition: FeatureSelectorIR.h:38
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:43
FeatureSelectorIR(statistics::Score &score, size_t N, size_t first=0)
Default Constructor.

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14