yat  0.21pre
QuantileNormalizer.h
1 #ifndef _theplu_yat_normalizer_quantile_normalizer_
2 #define _theplu_yat_normalizer_quantile_normalizer_
3 
4 // $Id: QuantileNormalizer.h 4252 2022-11-18 02:54:04Z peter $
5 
6 /*
7  Copyright (C) 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 "yat/utility/deprecate.h"
27 
28 namespace theplu {
29 namespace yat {
30 namespace utility {
31  class MatrixMutable;
32  class MatrixBase;
33 }
34 namespace normalizer {
35 
55  class YAT_DEPRECATE QuantileNormalizer
56  {
57  public:
66  void operator()(const utility::MatrixBase& matrix,
68  };
69 
70 }}} // end of namespace normalizer, yat and thep
71 #endif
Definition: MatrixBase.h:54
The Department of Theoretical Physics namespace as we define it.
Perform quantile normalization.
Definition: QuantileNormalizer.h:55
#define YAT_DEPRECATE_GCC_PRE4_3
with GCC 4.3 and newer (or other compilers) define it as empty
Definition: deprecate.h:53
Definition: MatrixMutable.h:58

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