#include <DifferenceKernel.h>
Inheritance diagram for PLearn::DifferenceKernel:
Public Member Functions | |
DifferenceKernel () | |
PLEARN_DECLARE_OBJECT (DifferenceKernel) | |
virtual real | evaluate (const Vec &x1, const Vec &x2) const |
returns K(x1,x2) | |
Private Types | |
typedef Kernel | inherited |
Definition at line 55 of file DifferenceKernel.h.
|
Reimplemented from PLearn::Kernel. Definition at line 57 of file DifferenceKernel.h. |
|
Definition at line 60 of file DifferenceKernel.h. |
|
returns K(x1,x2)
Implements PLearn::Kernel. Definition at line 51 of file DifferenceKernel.cc. References PLearn::TVec< T >::length(), and PLearn::Vec. |
|
|