mlpack  1.0.12
ra_typedef.hpp
Go to the documentation of this file.
1 
15 #ifndef __MLPACK_RANN_RA_TYPEDEF_HPP
16 #define __MLPACK_RANN_RA_TYPEDEF_HPP
17 
18 // In case someone included this directly.
19 #include "ra_search.hpp"
20 
22 
25 
26 namespace mlpack {
27 namespace neighbor {
28 
42 
56 
57 }; // namespace neighbor
58 }; // namespace mlpack
59 
60 #endif
RASearch AllkRANN
The AllkRANN class is the all-k-rank-approximate-nearest-neighbors method.
Definition: ra_typedef.hpp:41
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: load.hpp:23
RASearch< FurthestNeighborSort > AllkRAFN
The AllkRAFN class is the all-k-rank-approximate-farthest-neighbors method.
Definition: ra_typedef.hpp:55
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition: ra_search.hpp:63