T
- data type of underlying input space.public class PowerKernel<T> extends Kernel<T>
Constructor and Description |
---|
PowerKernel(Kernel<T> kernel,
double e)
Constructor providing the underlying kernel and the power e
|
Modifier and Type | Method and Description |
---|---|
double |
valueOf(T t1)
kernel similarity to zero
|
double |
valueOf(T t1,
T t2)
compute the kernel similarity between two element of input space
|
getKernelMatrix, getNormalizedKernelMatrix, normalizedValueOf, setName, toString