23 #ifndef __MLPACK_CORE_KERNELS_KERNEL_TRAITS_HPP
24 #define __MLPACK_CORE_KERNELS_KERNEL_TRAITS_HPP
36 template<
typename KernelType>
This is a template class that can provide information about various kernels.
Linear algebra utility functions, generally performed on matrices or vectors.
static const bool IsNormalized
If true, then the kernel is normalized: K(x, x) = K(y, y) = 1 for all x.