Changeset 333 for trunk/lib/svm/Kernel.cc
- Timestamp:
- Jun 2, 2005, 3:34:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/svm/Kernel.cc
r332 r333 9 9 namespace theplu { 10 10 namespace svm { 11 12 13 Kernel::Kernel(const Kernel& k) 14 : data_(k.data_), kf_(k.kf_) 15 { 16 } 17 18 11 19 12 20 Kernel::Kernel(const gslapi::matrix& data, const KernelFunction& kf)
Note: See TracChangeset
for help on using the changeset viewer.