MLPACK
1.0.10
|
Classes | |
class | IPMetric |
class | LMetric |
The L_p metric for arbitrary integer p, with an option to take the root. More... | |
class | MahalanobisDistance |
The Mahalanobis distance, which is essentially a stretched Euclidean distance. More... | |
Typedefs | |
typedef LMetric< INT_MAX, false > | ChebyshevDistance |
typedef LMetric< 2, true > | EuclideanDistance |
typedef LMetric< 1, false > | ManhattanDistance |
typedef LMetric< 2, false > | SquaredEuclideanDistance |
typedef LMetric<INT_MAX, false> mlpack::metric::ChebyshevDistance |
Definition at line 110 of file lmetric.hpp.
typedef LMetric<2, true> mlpack::metric::EuclideanDistance |
Definition at line 105 of file lmetric.hpp.
typedef LMetric<1, false> mlpack::metric::ManhattanDistance |
Definition at line 95 of file lmetric.hpp.
typedef LMetric<2, false> mlpack::metric::SquaredEuclideanDistance |
Definition at line 100 of file lmetric.hpp.