Go to the documentation of this file.
25 #ifndef __MLPACK_CORE_METRICS_LMETRIC_HPP
26 #define __MLPACK_CORE_METRICS_LMETRIC_HPP
72 template<
int Power,
bool TakeRoot = true>
85 template<
typename VecType1,
typename VecType2>
86 static double Evaluate(
const VecType1& a,
const VecType2& b);
115 #include "lmetric_impl.hpp"