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

Kernel traits for the spherical kernel. More...

#include <spherical_kernel.hpp>

Static Public Attributes

static const bool IsNormalized = true
 The spherical kernel is normalized: K(x, x) = 1 for all x.
 
static const bool UsesSquaredDistance = false
 The spherical kernel doesn't include a squared distance.
 

Detailed Description

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

Kernel traits for the spherical kernel.


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