|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gregdennis.drej.LinearKernel
public final class LinearKernel
A linear kernel of the following form:
K(x1, x2) = x1 · x2
| Field Summary | |
|---|---|
static LinearKernel |
KERNEL
Singleton linear kernel. |
| Method Summary | |
|---|---|
double |
eval(GVector x1,
GVector x2)
Evaluates the kernel function at the specified points. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LinearKernel KERNEL
| Method Detail |
|---|
public double eval(GVector x1,
GVector x2)
Kernel
eval in interface Kernel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||