mlpack
2.0.1
src
mlpack
methods
rann
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
21
#include <
mlpack/core/metrics/lmetric.hpp
>
22
23
#include <
mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
>
24
#include <
mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
>
25
26
namespace
mlpack
{
27
namespace
neighbor {
28
41
typedef
RASearch<>
AllkRANN
;
42
55
typedef
RASearch<FurthestNeighborSort>
AllkRAFN
;
56
57
}
// namespace neighbor
58
}
// namespace mlpack
59
60
#endif
ra_search.hpp
mlpack::neighbor::AllkRANN
RASearch AllkRANN
The AllkRANN class is the all-k-rank-approximate-nearest-neighbors method.
Definition:
ra_typedef.hpp:41
lmetric.hpp
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
dataset_info.hpp:23
mlpack::neighbor::AllkRAFN
RASearch< FurthestNeighborSort > AllkRAFN
The AllkRAFN class is the all-k-rank-approximate-farthest-neighbors method.
Definition:
ra_typedef.hpp:55
nearest_neighbor_sort.hpp
mlpack::neighbor::RASearch
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition:
ra_search.hpp:73
furthest_neighbor_sort.hpp
Generated by
1.8.13