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