knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NknncolleCollection of KNN algorithms
 CBruteforceBuilderPerform a brute-force nearest neighbor search
 CBruteforcePrebuiltIndex for a brute-force nearest neighbor search
 CBruteforceSearcherBrute-force nearest neighbor searcher
 CBuilderInterface to build nearest-neighbor search indices
 CDistanceMetricInterface for a distance metric
 CEuclideanDistanceCompute Euclidean distances between two input vectors
 CL2NormalizedBuilderWrapper around a builder with L2 normalization
 CL2NormalizedMatrixWrapper around a matrix with L2 normalization
 CL2NormalizedMatrixExtractorExtractor for the L2NormalizedMatrix
 CL2NormalizedPrebuiltWrapper around a prebuilt index with L2 normalization
 CL2NormalizedSearcherWrapper around a search interface with L2 normalization
 CManhattanDistanceCompute Manhattan distances between two input vectors
 CMatrixInterface for matrix data
 CMatrixExtractorExtractor interface for matrix data
 CNeighborQueueHelper class to track nearest neighbors
 CPrebuiltInterface for prebuilt nearest-neighbor search indices
 CSearcherInterface for searching nearest-neighbor search indices
 CSimpleMatrixSimple wrapper for an in-memory matrix
 CSimpleMatrixExtractorExtractor for a SimpleMatrix
 CVptreeBuilderPerform a nearest neighbor search based on a vantage point (VP) tree
 CVptreePrebuiltIndex for a VP-tree search
 CVptreeSearcherVP-tree searcher