Go to the documentation of this file.
23 #ifndef __MLPACK_METHODS_FASTMKS_IP_METRIC_HPP
24 #define __MLPACK_METHODS_FASTMKS_IP_METRIC_HPP
29 template<
typename KernelType>
45 template<
typename Vec1Type,
typename Vec2Type>
46 double Evaluate(
const Vec1Type& a,
const Vec2Type& b);
64 #include "ip_metric_impl.hpp"