public interface MercerKernel<T>
Positive definiteness in the context of kernel functions also implies that a kernel matrix created using a particular kernel is positive semi-definite. A matrix is positive semi-definite if its associated eigenvalues are nonnegative.
| Modifier and Type | Method and Description |
|---|---|
double |
k(T x,
T y)
Kernel function.
|