#include <ScaledLaplacianKernel.h>
Inheritance diagram for PLearn::ScaledLaplacianKernel:
Public Member Functions | |
ScaledLaplacianKernel () | |
ScaledLaplacianKernel (Vec the_phi) | |
PLEARN_DECLARE_OBJECT (ScaledLaplacianKernel) | |
virtual void | makeDeepCopyFromShallowCopy (map< const void *, void * > &copies) |
virtual real | evaluate (const Vec &x1, const Vec &x2) const |
returns K(x1,x2) | |
Protected Attributes | |
Vec | phi |
Private Types | |
typedef Kernel | inherited |
Definition at line 54 of file ScaledLaplacianKernel.h.
|
Reimplemented from PLearn::Kernel. Definition at line 56 of file ScaledLaplacianKernel.h. |
|
Definition at line 61 of file ScaledLaplacianKernel.h. References phi. |
|
Definition at line 63 of file ScaledLaplacianKernel.h. References phi. |
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 57 of file ScaledLaplacianKernel.cc. References PLearn::TVec< T >::data(), PLearn::exp(), PLearn::TVec< T >::length(), phi, and PLERROR. |
|
Definition at line 51 of file ScaledLaplacianKernel.cc. References PLearn::deepCopyField(), and phi. |
|
|
|
Definition at line 59 of file ScaledLaplacianKernel.h. Referenced by evaluate(), makeDeepCopyFromShallowCopy(), and ScaledLaplacianKernel(). |