knncolle
Collection of KNN methods in C++
All Classes Namespaces Files Functions Variables Typedefs Pages
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
 MockMatrix.hppExpectations for matrix inputs
 Prebuilt.hppInterface for prebuilt nearest-neighbor indices
 Searcher.hppInterface for searching nearest-neighbor indices
 Vptree.hppImplements a vantage point (VP) tree to search for nearest neighbors