mlpack 3.4.2
Static Public Attributes | List of all members
KernelTraits< EpanechnikovKernel > Class Reference

Kernel traits for the Epanechnikov kernel. More...

#include <epanechnikov_kernel.hpp>

Static Public Attributes

static const bool IsNormalized = true
 The Epanechnikov kernel is normalized: K(x, x) = 1 for all x. More...
 
static const bool UsesSquaredDistance = true
 The Epanechnikov kernel includes a squared distance. More...
 

Detailed Description

Kernel traits for the Epanechnikov kernel.

Definition at line 107 of file epanechnikov_kernel.hpp.

Member Data Documentation

◆ IsNormalized

const bool IsNormalized = true
static

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

Definition at line 111 of file epanechnikov_kernel.hpp.

◆ UsesSquaredDistance

const bool UsesSquaredDistance = true
static

The Epanechnikov kernel includes a squared distance.

Definition at line 113 of file epanechnikov_kernel.hpp.


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