Ignore:
Timestamp:
Dec 29, 2004, 10:29:54 AM (18 years ago)
Author:
Peter
Message:

RegressionLocal? added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RegressionKernel.h

    r205 r216  
    88
    99  ///
    10   ///
     10  /// Virtual class for calculating the weights in Local Regression
    1111  ///
    1212
    1313  class RegressionKernel
    1414  {
    15     RegressionKernel(void);
     15   
     16    public:
     17    ///
     18    /// Constructor
     19    ///
     20    RegressionKernel();
     21
     22    ///
     23    /// Function calculating the weight
     24    ///
     25    virtual double weight(const double) const=0;
    1626  };
    1727
Note: See TracChangeset for help on using the changeset viewer.