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
Linear algebra utility functions, generally performed on matrices or vectors.
RASearch< FurthestNeighborSort > KRAFN
The KRAFN class is the k-rank-approximate-farthest-neighbors method.
Definition: ra_typedef.hpp:47
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition: ra_search.hpp:77
RASearch KRANN
The KRANN class is the k-rank-approximate-nearest-neighbors method.
Definition: ra_typedef.hpp:36