mlpack  3.4.2
ra_typedef.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_RANN_RA_TYPEDEF_HPP
14 #define MLPACK_RANN_RA_TYPEDEF_HPP
15 
16 // In case someone included this directly.
17 #include "ra_search.hpp"
18 
20 
23 
24 namespace mlpack {
25 namespace neighbor {
26 
36 typedef RASearch<> KRANN;
37 
48 
49 } // namespace neighbor
50 } // namespace mlpack
51 
52 #endif
nearest_neighbor_sort.hpp
mlpack::neighbor::KRAFN
RASearch< FurthestNeighborSort > KRAFN
The KRAFN class is the k-rank-approximate-farthest-neighbors method.
Definition: ra_typedef.hpp:47
lmetric.hpp
ra_search.hpp
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: add_to_cli11.hpp:21
mlpack::neighbor::KRANN
RASearch KRANN
The KRANN class is the k-rank-approximate-nearest-neighbors method.
Definition: ra_typedef.hpp:36
mlpack::neighbor::RASearch
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition: ra_search.hpp:76
furthest_neighbor_sort.hpp