public class GeneralizedDoubleLinear extends Kernel<double[]>
| Constructor and Description |
|---|
GeneralizedDoubleLinear(double[][] innerProduct) |
| Modifier and Type | Method and Description |
|---|---|
double |
valueOf(double[] t1)
kernel similarity to zero
|
double |
valueOf(double[] t1,
double[] t2)
compute the kernel similarity between two element of input space
|
getKernelMatrix, getNormalizedKernelMatrix, normalizedValueOf, setName, toStringpublic double valueOf(double[] t1,
double[] t2)
Kernel