knncolle
Collection of KNN methods in C++
|
Helper class to track nearest neighbors. More...
#include <queue>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | knncolle::NeighborQueue< Index_, Distance_ > |
Helper class to track nearest neighbors. More... | |
Namespaces | |
namespace | knncolle |
Collection of KNN algorithms. | |
Helper class to track nearest neighbors.