knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
distances.hpp File Reference

Classes for distance calculations. More...

#include <cmath>
#include <cstddef>
Include dependency graph for distances.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  knncolle::DistanceMetric< Data_, Distance_ >
 Interface for a distance metric. More...
 
class  knncolle::EuclideanDistance< Data_, Distance_ >
 Compute Euclidean distances between two input vectors. More...
 
class  knncolle::ManhattanDistance< Data_, Distance_ >
 Compute Manhattan distances between two input vectors. More...
 

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Detailed Description

Classes for distance calculations.