org.biojava.stats.svm
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.
double
evaluate(Object a, Object b)
double evaluate(Object a, Object b)