knncolle
Collection of KNN methods in C++
|
Classes for distance calculations. More...
#include <cmath>
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. | |
Classes for distance calculations.