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
 load_prebuilt.hppLoad prebuilt search indices from disk
 Matrix.hppInterface for the input matrix
 NeighborQueue.hppHelper class to track nearest neighbors
 NumericType.hppPreserve numeric types when saving prebuilt indices
 Prebuilt.hppInterface for prebuilt nearest-neighbor indices
 report_all_neighbors.hppFormat the output for Searcher::search_all()
 Searcher.hppInterface for searching nearest-neighbor indices
 utils.hppMiscellaneous utilities for knncolle
 Vptree.hppImplements a vantage point (VP) tree to search for nearest neighbors