knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
Classes | Namespaces
Searcher.hpp File Reference

Interface for searching nearest-neighbor indices. More...

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

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.
 

Detailed Description

Interface for searching nearest-neighbor indices.