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(Object a,
Object b)
Return the dot product of two vectors in an arbitrary
feature space.
|
Copyright © 2020 BioJava. All rights reserved.