MLPACK  1.0.8
Classes | Typedefs
mlpack::metric Namespace Reference

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 Documentation

typedef LMetric<INT_MAX, false> mlpack::metric::ChebyshevDistance

Definition at line 109 of file lmetric.hpp.

Definition at line 104 of file lmetric.hpp.

Definition at line 94 of file lmetric.hpp.

Definition at line 99 of file lmetric.hpp.