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. More... | |
static const bool | UsesSquaredDistance = false |
The spherical kernel doesn't include a squared distance. More... | |
Kernel traits for the spherical kernel.
Definition at line 120 of file spherical_kernel.hpp.
|
static |
The spherical kernel is normalized: K(x, x) = 1 for all x.
Definition at line 124 of file spherical_kernel.hpp.
|
static |
The spherical kernel doesn't include a squared distance.
Definition at line 126 of file spherical_kernel.hpp.