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. |
Kernel traits for the Gaussian kernel.
Definition at line 144 of file gaussian_kernel.hpp.
const bool mlpack::kernel::KernelTraits< GaussianKernel >::IsNormalized = true [static] |
The Gaussian kernel is normalized: K(x, x) = 1 for all x.
Definition at line 148 of file gaussian_kernel.hpp.