Kernel traits for the spherical kernel. More...
Static Public Attributes | |
| static const bool | IsNormalized = true |
| The spherical kernel is normalized: K(x, x) = 1 for all x. | |
Kernel traits for the spherical kernel.
Definition at line 105 of file spherical_kernel.hpp.
const bool mlpack::kernel::KernelTraits< SphericalKernel >::IsNormalized = true [static] |
The spherical kernel is normalized: K(x, x) = 1 for all x.
Definition at line 109 of file spherical_kernel.hpp.
1.6.1