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