public interface IsotropicKernel extends Function
|x − y|, it is called isotropic. It is thus invariant
to all rigid motions.| Modifier and Type | Method and Description |
|---|---|
default double |
apply(double dist)
Computes the kernel function.
|
default double |
f(double dist)
Computes the value of the function at x.
|
double |
k(double dist)
Computes the isotropic kernel function.
|
default Matrix |
K(Matrix pdist)
Computes the kernel matrix.
|
double[] |
kg(double dist)
Computes the isotropic kernel function and its gradient over hyperparameters..
|
default Matrix[] |
KG(Matrix pdist)
Computes the kernel and gradient matrices.
|
default double f(double dist)
Functiondouble k(double dist)
dist - The distance.double[] kg(double dist)
dist - The distance.default double apply(double dist)
default Matrix K(Matrix pdist)
pdist - The pairwise distance matrix.