knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
Bruteforce.hpp File Reference

Implements a brute-force search for nearest neighbors. More...

#include "distances.hpp"
#include "NeighborQueue.hpp"
#include "Searcher.hpp"
#include "Builder.hpp"
#include "Prebuilt.hpp"
#include "Matrix.hpp"
#include "report_all_neighbors.hpp"
#include <vector>
#include <type_traits>
#include <limits>
#include <memory>
Include dependency graph for Bruteforce.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  knncolle::BruteforceSearcher< Index_, Data_, Distance_, DistanceMetric_ >
 Brute-force nearest neighbor searcher. More...
 
class  knncolle::BruteforcePrebuilt< Index_, Data_, Distance_, DistanceMetric_ >
 Index for a brute-force nearest neighbor search. More...
 
class  knncolle::BruteforceBuilder< Index_, Data_, Distance_, Matrix_, DistanceMetric_ >
 Perform a brute-force nearest neighbor search. More...
 

Namespaces

namespace  knncolle
 Collection of KNN algorithms.
 

Detailed Description

Implements a brute-force search for nearest neighbors.