Go to the documentation of this file.
23 #ifndef __MLPACK_CORE_KERNELS_EXAMPLE_KERNEL_HPP
24 #define __MLPACK_CORE_KERNELS_EXAMPLE_KERNEL_HPP
116 template<
typename VecType>
117 static double Evaluate(
const VecType& a,
const VecType& b) {
return 0; }
131 template<
typename VecType>