public class DoubleLinear extends Kernel<double[]>
Constructor and Description |
---|
DoubleLinear() |
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, toString
public double valueOf(double[] t1, double[] t2)
Kernel