public class ListSumKernel extends NestedKernel
Constructor and Description |
---|
ListSumKernel() |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(java.lang.Object a,
java.lang.Object b)
Return the dot product of two vectors in an arbitrary
feature space.
|
java.lang.String |
toString() |
getNestedKernel, setNestedKernel
public double evaluate(java.lang.Object a, java.lang.Object b)
SVMKernel
public java.lang.String toString()
toString
in class java.lang.Object