public interface MercerKernel<T>
extends java.util.function.ToDoubleBiFunction<T,T>, java.io.Serializable
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 |
|---|---|
default double |
apply(T x,
T y)
Kernel function.
|
default double |
applyAsDouble(T x,
T y) |
double |
k(T x,
T y)
Kernel function.
|