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

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

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

Go to the source code of this file.

Classes

class  knncolle::Prebuilt< Dim_, Index_, Float_ >
 Interface for prebuilt nearest-neighbor search indices. More...
 

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Detailed Description

Interface for prebuilt nearest-neighbor indices.