mlpack
Static Public Attributes | List of all members
mlpack::kernel::KernelTraits< LaplacianKernel > Class Template Reference

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.
 

Detailed Description

template<>
class mlpack::kernel::KernelTraits< LaplacianKernel >

Kernel traits of the Laplacian kernel.


The documentation for this class was generated from the following file: