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

Interface to build nearest-neighbor indices. More...

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

Go to the source code of this file.

Classes

class  knncolle::Builder< Matrix_, Float_ >
 Interface to build nearest-neighbor search indices. More...
 

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Detailed Description

Interface to build nearest-neighbor indices.