mlpack
2.0.1
|
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 168 of file gaussian_kernel.hpp.
|
static |
The Gaussian kernel is normalized: K(x, x) = 1 for all x.
Definition at line 172 of file gaussian_kernel.hpp.
|
static |
The Gaussian kernel includes a squared distance.
Definition at line 174 of file gaussian_kernel.hpp.