Kernel traits for the triangular kernel. More...
Static Public Attributes | |
static const bool | IsNormalized = true |
The triangular kernel is normalized: K(x, x) = 1 for all x. |
Kernel traits for the triangular kernel.
Definition at line 86 of file triangular_kernel.hpp.
const bool mlpack::kernel::KernelTraits< TriangularKernel >::IsNormalized = true [static] |
The triangular kernel is normalized: K(x, x) = 1 for all x.
Definition at line 90 of file triangular_kernel.hpp.