Changeset 295 for trunk/lib/svm/Kernel.cc
- Timestamp:
- Apr 29, 2005, 11:15:58 AM (18 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/svm/Kernel.cc
r294 r295 1 1 // $Id$ 2 2 3 // Thep C++ Tools 4 #include "Kernel.h" 5 #include "KernelFunction.h"6 #include "matrix.h"7 #include "vector.h"3 #include <c++_tools/svm/Kernel.h> 4 5 #include <c++_tools/svm/KernelFunction.h> 6 #include <c++_tools/gslapi/matrix.h> 7 #include <c++_tools/gslapi/vector.h> 8 8 9 9 namespace theplu { 10 namespace cpptools{10 namespace svm { 11 11 12 12 Kernel::Kernel(const gslapi::matrix& data, const KernelFunction& kf) … … 32 32 } 33 33 34 }} // of namespace cpptoolsand namespace theplu34 }} // of namespace svm and namespace theplu
Note: See TracChangeset
for help on using the changeset viewer.