Changeset 333 for trunk/lib/svm/Kernel.h
- Timestamp:
- Jun 2, 2005, 3:34:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/svm/Kernel.h
r332 r333 26 26 27 27 public: 28 28 29 29 /// 30 30 /// Default constructor 31 31 /// 32 Kernel(); 32 Kernel(void); 33 34 /// 35 /// Copy constructor 36 /// 37 /// @note SHALLOW copy performed. 38 /// 39 Kernel(const Kernel&); 33 40 34 41 ///
Note: See TracChangeset
for help on using the changeset viewer.