Go to the documentation of this file.
22 #ifndef __MLPACK_CORE_KERNELS_EPANECHNIKOV_KERNEL_HPP
23 #define __MLPACK_CORE_KERNELS_EPANECHNIKOV_KERNEL_HPP
58 template<
typename Vec1Type,
typename Vec2Type>
59 double Evaluate(
const Vec1Type& a,
const Vec2Type& b)
const;
65 double Evaluate(
const double distance)
const;
77 template<
typename VecType>
111 #include "epanechnikov_kernel_impl.hpp"