knncolle
Collection of KNN methods in C++
|
Implements a vantage point (VP) tree to search for nearest neighbors. More...
#include "distances.hpp"
#include "NeighborQueue.hpp"
#include "Prebuilt.hpp"
#include "Builder.hpp"
#include "MockMatrix.hpp"
#include "report_all_neighbors.hpp"
#include <vector>
#include <random>
#include <limits>
#include <tuple>
Go to the source code of this file.
Classes | |
class | knncolle::VptreeSearcher< Distance_, Dim_, Index_, Store_, Float_ > |
VP-tree searcher. More... | |
class | knncolle::VptreePrebuilt< Distance_, Dim_, Index_, Store_, Float_ > |
Index for a VP-tree search. More... | |
class | knncolle::VptreeBuilder< Distance_, Matrix_, Float_ > |
Perform a nearest neighbor search based on a vantage point (VP) tree. More... | |
Namespaces | |
namespace | knncolle |
Collection of KNN algorithms. | |
Implements a vantage point (VP) tree to search for nearest neighbors.