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