yat  0.10.4pre
KernelBox.h
1 #ifndef _theplu_yat_regression_kernelbox_
2 #define _theplu_yat_regression_kernelbox_
3 
4 // $Id: KernelBox.h 2119 2009-12-12 23:11:43Z 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 #include "Kernel.h"
29 
30 namespace theplu {
31 namespace yat {
32 namespace regression {
33 
37  class KernelBox : public Kernel
38  {
39 
40  public:
44  KernelBox(void);
45 
50  double operator()(const double) const;
51 
52  private:
53  };
54 
55 }}} // of namespaces regression, yat, and theplu
56 
57 #endif

Generated on Mon Nov 11 2013 09:41:44 for yat by  doxygen 1.8.1