Go to the documentation of this file.
23 #ifndef __MLPACK_CORE_KERNELS_COSINE_DISTANCE_HPP
24 #define __MLPACK_CORE_KERNELS_COSINE_DISTANCE_HPP
50 template<
typename VecType>
51 static double Evaluate(
const VecType& a,
const VecType& b);
67 #include "cosine_distance_impl.hpp"