yat  0.13.2pre
Kernel.h
1 #ifndef _theplu_yat_regression_kernel_
2 #define _theplu_yat_regression_kernel_
3 
4 // $Id: Kernel.h 2516 2011-07-11 02:46:33Z peter $
5 
6 /*
7  Copyright (C) 2004 Peter Johansson
8  Copyright (C) 2005 Jari Häkkinen, Peter Johansson
9  Copyright (C) 2006 Jari Häkkinen
10  Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
11 
12  This file is part of the yat library, http://dev.thep.lu.se/yat
13 
14  The yat library is free software; you can redistribute it and/or
15  modify it under the terms of the GNU General Public License as
16  published by the Free Software Foundation; either version 3 of the
17  License, or (at your option) any later version.
18 
19  The yat library is distributed in the hope that it will be useful,
20  but WITHOUT ANY WARRANTY; without even the implied warranty of
21  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22  General Public License for more details.
23 
24  You should have received a copy of the GNU General Public License
25  along with yat. If not, see <http://www.gnu.org/licenses/>.
26 */
27 
28 namespace theplu {
29 namespace yat {
30 namespace regression {
31 
36  class Kernel
37  {
38  public:
42  virtual ~Kernel(void) {};
43 
47  virtual double operator()(const double) const=0;
48  };
49 
50 }}} // of namespaces regression, yat, and theplu
51 #endif
virtual ~Kernel(void)
Destructor.
Definition: Kernel.h:42
virtual double operator()(const double) const =0
Interface Class for calculating the weights in a more general way than classical rectangular windows...
Definition: Kernel.h:36

Generated on Wed Jan 4 2017 02:23:06 for yat by  doxygen 1.8.5