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

Kernel traits for the Gaussian kernel. More...

#include <gaussian_kernel.hpp>

Static Public Attributes

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

Detailed Description

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

Kernel traits for the Gaussian kernel.


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