knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
knncolle::ManhattanDistance< Data_, Distance_ > Class Template Referencefinal

Compute Manhattan distances between two input vectors. More...

#include <distances.hpp>

Inheritance diagram for knncolle::ManhattanDistance< Data_, Distance_ >:
Collaboration diagram for knncolle::ManhattanDistance< Data_, Distance_ >:

Additional Inherited Members

- Public Member Functions inherited from knncolle::DistanceMetric< Data_, Distance_ >
virtual Distance_ raw (size_t num_dimensions, const Data_ *x, const Data_ *y) const =0
 
virtual Distance_ normalize (Distance_ raw) const =0
 
virtual Distance_ denormalize (Distance_ norm) const =0
 

Detailed Description

template<typename Data_, typename Distance_>
class knncolle::ManhattanDistance< Data_, Distance_ >

Compute Manhattan distances between two input vectors.

Template Parameters
Distance_Floating-point type for the output distance.
Data_Numeric type for the input data.

The documentation for this class was generated from the following file: