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

Kernel traits for the triangular kernel. More...

#include <triangular_kernel.hpp>

Static Public Attributes

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

Detailed Description

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

Kernel traits for the triangular kernel.


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