Ignore:
Timestamp:
Jun 2, 2005, 3:34:08 PM (18 years ago)
Author:
Jari Häkkinen
Message:

Fixed needed base class contructor.

File:
1 edited

Legend:

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

    r332 r333  
    99namespace theplu {
    1010namespace svm { 
     11
     12
     13  Kernel::Kernel(const Kernel& k)
     14    : data_(k.data_), kf_(k.kf_)
     15  {
     16  }
     17
     18
    1119
    1220  Kernel::Kernel(const gslapi::matrix& data, const KernelFunction& kf)
Note: See TracChangeset for help on using the changeset viewer.