Changeset 303 for trunk/lib/svm/Kernel.h
- Timestamp:
- Apr 30, 2005, 6:17:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/svm/Kernel.h
r295 r303 21 21 22 22 public: 23 /// 23 24 /// 24 25 /// Constructor taking the data matrix and KernelFunction as 25 /// input. Note: can not handle NaNs. When dealing with missing values,26 /// input. @note Can not handle NaNs. When dealing with missing values, 26 27 /// use constructor taking a weight matrix. 27 28 Kernel(const gslapi::matrix&, const KernelFunction&);
Note: See TracChangeset
for help on using the changeset viewer.