Changeset 297 for trunk/lib/statistics/KernelBox.h
- Timestamp:
- Apr 29, 2005, 12:03:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/KernelBox.h
r296 r297 5 5 #define _theplu_statistics_regression_kernel_box_ 6 6 7 #include "RegressionKernel.h"7 #include <c++_tools/statistics/Kernel.h> 8 8 9 9 namespace theplu { … … 14 14 /// 15 15 16 class RegressionKernelBox : public RegressionKernel16 class KernelBox : public Kernel 17 17 { 18 18 … … 21 21 /// Constructor 22 22 /// 23 RegressionKernelBox() ;23 KernelBox() ; 24 24 25 25 ///
Note: See TracChangeset
for help on using the changeset viewer.