|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVMKernel
Kernel for support vector machines and related methods.
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.
Method Summary | |
---|---|
double |
evaluate(Object a,
Object b)
Return the dot product of two vectors in an arbitrary feature space. |
Method Detail |
---|
double evaluate(Object a, Object b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |