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

Helper class to track nearest neighbors. More...

#include <queue>
#include <vector>
#include <algorithm>
Include dependency graph for NeighborQueue.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Helper class to track nearest neighbors.