yat
0.14.5pre
|
Interface Class for calculating the weights in a more general way than classical rectangular windows. More...
#include <yat/regression/Kernel.h>
Public Member Functions | |
virtual | ~Kernel (void) |
Destructor. | |
virtual double | operator() (const double) const =0 |
Interface Class for calculating the weights in a more general way than classical rectangular windows.
|
pure virtual |
Operator calculating calculating kernel value.
Implemented in theplu::yat::regression::KernelBox, theplu::yat::regression::KernelTriCube, and theplu::yat::regression::TukeyBiweight.