GClasses
|
A multiplication kernel.
#include <GKernelTrick.h>
Public Member Functions | |
GKernelMultiply (GKernel *pK1, GKernel *pK2) | |
Takes ownership of pK1 and pK2. More... | |
GKernelMultiply (GDomNode *pNode) | |
virtual | ~GKernelMultiply () |
virtual double | apply (const GVec &pA, const GVec &pB) |
Computes K1(A, B) * K2(A, B) More... | |
virtual const char * | name () const |
Returns the name of this kernel. More... | |
virtual GDomNode * | serialize (GDom *pDoc) |
Marshalls this object into a DOM. More... | |
Public Member Functions inherited from GClasses::GKernel | |
GKernel () | |
virtual | ~GKernel () |
Protected Attributes | |
GKernel * | m_pK1 |
GKernel * | m_pK2 |
Additional Inherited Members | |
Static Public Member Functions inherited from GClasses::GKernel | |
static GKernel * | deserialize (GDomNode *pNode) |
Deserializes a kernel object. More... | |
static GKernel * | kernelComplex1 () |
Returns a complex kernel made by combining several other kernels. This might be used to exercise kernel functionality or to test non-linear metrics. The caller is responsible to delete the object this returns. More... | |
Protected Member Functions inherited from GClasses::GKernel | |
GDomNode * | makeBaseNode (GDom *pDoc) const |
Helper method used by the serialize methods in child classes. More... | |
Takes ownership of pK1 and pK2.
|
inline |
|
inlinevirtual |
Computes K1(A, B) * K2(A, B)
Implements GClasses::GKernel.
|
inlinevirtual |
Returns the name of this kernel.
Implements GClasses::GKernel.
Marshalls this object into a DOM.
Implements GClasses::GKernel.
|
protected |
|
protected |