knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  knncolle
 Bruteforce.hppImplements a brute-force search for nearest neighbors
 Builder.hppInterface to build nearest-neighbor indices
 distances.hppClasses for distance calculations
 find_nearest_neighbors.hppFind nearest neighbors from an existing index
 knncolle.hppUmbrella header for all algorithms
 L2Normalized.hppWrapper for L2 normalization prior to search
 Matrix.hppInterface for the input matrix
 NeighborQueue.hppHelper class to track nearest neighbors
 Prebuilt.hppInterface for prebuilt nearest-neighbor indices
 report_all_neighbors.hppFormat the output for Searcher::search_all()
 Searcher.hppInterface for searching nearest-neighbor indices
 Vptree.hppImplements a vantage point (VP) tree to search for nearest neighbors