knncolle
Collection of KNN methods in C++
|
Interface for searching nearest-neighbor indices. More...
#include <vector>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | knncolle::Searcher< Index_, Float_ > |
Interface for searching nearest-neighbor search indices. More... | |
Namespaces | |
namespace | knncolle |
Collection of KNN algorithms. | |
Interface for searching nearest-neighbor indices.