SYNOPSIS

Classes

class IPMetric

class LMetric

The L_p metric for arbitrary integer p, with an option to take the root. class MahalanobisDistance

The Mahalanobis distance, which is essentially a stretched Euclidean distance.

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 \fBLMetric\fP<INT_MAX, false> \fBmlpack::metric::ChebyshevDistance\fP

Definition at line 110 of file lmetric.hpp.

typedef \fBLMetric\fP<2, true> \fBmlpack::metric::EuclideanDistance\fP

Definition at line 105 of file lmetric.hpp.

typedef \fBLMetric\fP<1, false> \fBmlpack::metric::ManhattanDistance\fP

Definition at line 95 of file lmetric.hpp.

typedef \fBLMetric\fP<2, false> \fBmlpack::metric::SquaredEuclideanDistance\fP

Definition at line 100 of file lmetric.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.