Ignore:
Timestamp:
Apr 29, 2005, 11:15:58 AM (18 years ago)
Author:
Peter
Message:

file structure modifications. NOTE, this revision is not working, please wait for the next...

Location:
trunk/lib
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lib/svm/Kernel.cc

    r294 r295  
    11// $Id$
    22
    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>
    88
    99namespace theplu {
    10 namespace cpptools
     10namespace svm
    1111
    1212Kernel::Kernel(const gslapi::matrix& data, const KernelFunction& kf)
     
    3232
    3333
    34 }} // of namespace cpptools and namespace theplu
     34}} // of namespace svm and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.