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
 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
 CL2NormalizedPrebuiltTypesTemplate type of a saved L2-normalized index
 CLoadDistanceMetricNotFoundErrorException for unknown distance metrics in load_distance_metric_raw()
 CLoadPrebuiltNotFoundErrorException for unknown search algorithms in load_prebuilt_raw()
 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
 CVptreeBuilderPerform a nearest neighbor search based on a vantage point (VP) tree
 CVptreeOptionsOptions for VptreeBuilder construction