mlpack
|
Kernel traits for the cosine distance. More...
#include <cosine_distance.hpp>
Static Public Attributes | |
static const bool | IsNormalized = true |
The cosine kernel is normalized: K(x, x) = 1 for all x. | |
static const bool | UsesSquaredDistance = false |
The cosine kernel doesn't include a squared distance. | |
Kernel traits for the cosine distance.