Changeset 450 for trunk/lib/svm/Kernel_SEV.cc
- Timestamp:
- Dec 15, 2005, 9:59:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/svm/Kernel_SEV.cc
r420 r450 1 1 // $Id$ 2 2 3 #include <c++_tools/ svm/Kernel_SEV.h>3 #include <c++_tools/classifier/Kernel_SEV.h> 4 4 5 #include <c++_tools/ svm/Kernel.h>6 #include <c++_tools/ svm/KernelFunction.h>5 #include <c++_tools/classifier/Kernel.h> 6 #include <c++_tools/classifier/KernelFunction.h> 7 7 #include <c++_tools/gslapi/matrix.h> 8 8 #include <c++_tools/gslapi/vector.h> 9 9 10 10 namespace theplu { 11 namespace svm{11 namespace classifier { 12 12 13 13 … … 23 23 24 24 25 }} // of namespace svmand namespace theplu25 }} // of namespace classifier and namespace theplu
Note: See TracChangeset
for help on using the changeset viewer.