20 #ifndef DISTANCEMETRICWRAPPER_H 21 #define DISTANCEMETRICWRAPPER_H 23 #include <mlpack/core.hpp> 31 double Evaluate(arma::vec &first, arma::vec &second);
33 std::string metric_description_;
34 mlpack::metric::ChebyshevDistance chebyshev_;
35 mlpack::metric::EuclideanDistance euclidean_;
36 mlpack::metric::ManhattanDistance manhattan_;
37 mlpack::metric::SquaredEuclideanDistance squared_euclidean_;
43 #endif // DISTANCEMETRICWRAPPER_H
A namespace for "global" functions, including math functions.