#include <LaplacianKernel.h>
Inheritance diagram for PLearn::LaplacianKernel:
Public Member Functions | |
LaplacianKernel () | |
LaplacianKernel (real the_phi) | |
PLEARN_DECLARE_OBJECT (LaplacianKernel) | |
virtual real | evaluate (const Vec &x1, const Vec &x2) const |
returns K(x1,x2) | |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
recognized option is "phi" | |
Protected Attributes | |
real | phi |
Private Types | |
typedef Kernel | inherited |
Definition at line 54 of file LaplacianKernel.h.
|
Reimplemented from PLearn::Kernel. Definition at line 56 of file LaplacianKernel.h. |
|
Definition at line 61 of file LaplacianKernel.h. References phi. |
|
Definition at line 63 of file LaplacianKernel.h. References phi. |
|
recognized option is "phi"
Reimplemented from PLearn::Kernel. Definition at line 67 of file LaplacianKernel.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 51 of file LaplacianKernel.cc. References PLearn::TVec< T >::data(), PLearn::exp(), PLearn::TVec< T >::length(), phi, PLERROR, and PLearn::Vec. |
|
|
|
Definition at line 59 of file LaplacianKernel.h. Referenced by evaluate(), and LaplacianKernel(). |