Changeset 303 for trunk/lib/svm/Kernel.h


Ignore:
Timestamp:
Apr 30, 2005, 6:17:35 PM (18 years ago)
Author:
Peter
Message:

docs

File:
1 edited

Legend:

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

    r295 r303  
    2121   
    2222  public:
    23     ///
     23   
     24    ///
    2425    ///   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,
    2627    ///   use constructor taking a weight matrix.
    2728    Kernel(const gslapi::matrix&, const KernelFunction&);
Note: See TracChangeset for help on using the changeset viewer.