knncolle
Collection of KNN methods in C++
|
Interface to build nearest-neighbor indices. More...
#include "Prebuilt.hpp"
#include "Matrix.hpp"
#include <memory>
#include <utility>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | knncolle::Builder< Index_, Data_, Distance_, Matrix_ > |
Interface to build nearest-neighbor search indices. More... | |
Namespaces | |
namespace | knncolle |
Collection of KNN algorithms. | |
Interface to build nearest-neighbor indices.