source:
trunk/src/RegressionKernel.h
@
205
Last change on this file since 205 was 205, checked in by , 18 years ago | |
---|---|
|
|
File size: 280 bytes |
Line | |
---|---|
1 | // $Id: RegressionKernel.h 205 2004-11-02 18:30:35Z peter $ |
2 | |
3 | #ifndef _theplu_statistics_regression_kernel_ |
4 | #define _theplu_statistics_regression_kernel_ |
5 | |
6 | namespace theplu { |
7 | namespace statistics { |
8 | |
9 | /// |
10 | /// |
11 | /// |
12 | |
13 | class RegressionKernel |
14 | { |
15 | RegressionKernel(void); |
16 | }; |
17 | |
18 | }} // of namespace statistics and namespace theplu |
19 | |
20 | #endif |
Note: See TracBrowser
for help on using the repository browser.