Kernel traits for the Gaussian kernel. More...
Static Public Attributes | |
static const bool | IsNormalized = true |
The Gaussian kernel is normalized: K(x, x) = 1 for all x. More... | |
static const bool | UsesSquaredDistance = true |
The Gaussian kernel includes a squared distance. More... | |
Kernel traits for the Gaussian kernel.
Definition at line 167 of file gaussian_kernel.hpp.
|
static |
The Gaussian kernel is normalized: K(x, x) = 1 for all x.
Definition at line 171 of file gaussian_kernel.hpp.
|
static |
The Gaussian kernel includes a squared distance.
Definition at line 173 of file gaussian_kernel.hpp.