MLPACK  1.0.8
ra_typedef.hpp
Go to the documentation of this file.
1 
23 #ifndef __MLPACK_RANN_RA_TYPEDEF_HPP
24 #define __MLPACK_RANN_RA_TYPEDEF_HPP
25 
26 // In case someone included this directly.
27 #include "ra_search.hpp"
28 
30 
33 
34 namespace mlpack {
35 namespace neighbor {
36 
50 
64 
65 }; // namespace neighbor
66 }; // namespace mlpack
67 
68 #endif
RASearch AllkRANN
The AllkRANN class is the all-k-rank-approximate-nearest-neighbors method.
Definition: ra_typedef.hpp:49
RASearch< FurthestNeighborSort > AllkRAFN
The AllkRAFN class is the all-k-rank-approximate-farthest-neighbors method.
Definition: ra_typedef.hpp:63
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition: ra_search.hpp:117