Changeset 680 for trunk/yat/statistics/KernelBox.cc
- Timestamp:
- Oct 11, 2006, 7:49:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KernelBox.cc
r675 r680 22 22 */ 23 23 24 #include "yat/statistics/KernelBox.h" 25 #include "yat/statistics/Kernel.h" 24 #include "KernelBox.h" 26 25 27 26 namespace theplu { 27 namespace yat { 28 28 namespace statistics { 29 29 namespace regression { 30 30 31 KernelBox::KernelBox(void) 31 32 : Kernel() … … 41 42 } 42 43 43 } // of namespace regression 44 } // of namespace statistics 45 } // of namespace theplu 46 44 }}}} // of namespaces regression, statisitcs, yat, and theplu
Note: See TracChangeset
for help on using the changeset viewer.