KernelTraits< LaplacianKernel > Class Template Reference

Kernel traits of the Laplacian kernel. More...

Static Public Attributes

static const bool IsNormalized = true
 The Laplacian kernel is normalized: K(x, x) = 1 for all x. More...

 
static const bool UsesSquaredDistance = false
 The Laplacian kernel doesn't include a squared distance. More...

 

Detailed Description


template
<
>

class mlpack::kernel::KernelTraits< LaplacianKernel >

Kernel traits of the Laplacian kernel.

Definition at line 113 of file laplacian_kernel.hpp.

Member Data Documentation

◆ IsNormalized

const bool IsNormalized = true
static

The Laplacian kernel is normalized: K(x, x) = 1 for all x.

Definition at line 117 of file laplacian_kernel.hpp.

◆ UsesSquaredDistance

const bool UsesSquaredDistance = false
static

The Laplacian kernel doesn't include a squared distance.

Definition at line 119 of file laplacian_kernel.hpp.


The documentation for this class was generated from the following file:
  • /var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.2/src/mlpack/core/kernels/laplacian_kernel.hpp