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

Classes for distance calculations. More...

#include <cmath>
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

struct  knncolle::MockDistance
 Expectations for a distance calculation class. More...
 
struct  knncolle::EuclideanDistance
 Compute Euclidean distances between two input vectors. More...
 
struct  knncolle::ManhattanDistance
 Compute Manhattan distances between two input vectors. More...
 

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Detailed Description

Classes for distance calculations.