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
24namespace mlpack {
25namespace neighbor {
26
37
48
49} // namespace neighbor
50} // namespace mlpack
51
52#endif
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition: ra_search.hpp:76
RASearch KRANN
The KRANN class is the k-rank-approximate-nearest-neighbors method.
Definition: ra_typedef.hpp:36
RASearch< FurthestNeighborSort > KRAFN
The KRAFN class is the k-rank-approximate-farthest-neighbors method.
Definition: ra_typedef.hpp:47
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1