public interface SVMKernel
It is hoped that all implementations of SVMKernel will be serializable, as this will allow models to be stored and retrieved without inventing complex data formats.
| 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.
|