KernelTraits< CauchyKernel > Class Template Reference

Kernel traits for the Cauchy kernel. More...

Static Public Attributes

static const bool IsNormalized = true
 The Cauchy kernel is normalized: K(x, x) = 1 for all x. More...

 

Detailed Description


template
<
>

class mlpack::kernel::KernelTraits< CauchyKernel >

Kernel traits for the Cauchy kernel.

Definition at line 87 of file cauchy_kernel.hpp.

Member Data Documentation

◆ IsNormalized

const bool IsNormalized = true
static

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

Definition at line 91 of file cauchy_kernel.hpp.


The documentation for this class was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/core/kernels/cauchy_kernel.hpp