Expand description
Module for kernels
Currently used within Gaussian Processes and SVMs.
Structs
The Exponential Kernel
The Hyperbolic Tangent Kernel.
A wrapper tuple struct used for kernel arithmetic
The pointwise product of two kernels
The sum of two kernels
The Linear Kernel
The Multiquadric Kernel.
The Polynomial Kernel
The Rational Quadratic Kernel.
Squared exponential kernel
Traits
The Kernel trait