public class LinearKernel extends Object implements SVMKernel, Serializable
| Constructor and Description |
|---|
LinearKernel()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(Object a,
Object b)
Deprecated.
The linear kernel is equal to the dot product of a and b.
|
Copyright © 2020 BioJava. All rights reserved.