MLPACK  1.0.8
Static Public Attributes | List of all members
mlpack::kernel::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...
 

Detailed Description

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

Kernel traits of the Laplacian kernel.

Definition at line 102 of file laplacian_kernel.hpp.

Member Data Documentation

const bool mlpack::kernel::KernelTraits< LaplacianKernel >::IsNormalized = true
static

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

Definition at line 106 of file laplacian_kernel.hpp.


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