MLPACK
1.0.10
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
methods
rann
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
29
#include <
mlpack/core/metrics/lmetric.hpp
>
30
31
#include <
mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
>
32
#include <
mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
>
33
34
namespace
mlpack {
35
namespace
neighbor {
36
49
typedef
RASearch<>
AllkRANN
;
50
63
typedef
RASearch<FurthestNeighborSort>
AllkRAFN
;
64
65
};
// namespace neighbor
66
};
// namespace mlpack
67
68
#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:49
lmetric.hpp
mlpack::neighbor::AllkRAFN
RASearch< FurthestNeighborSort > AllkRAFN
The AllkRAFN class is the all-k-rank-approximate-farthest-neighbors method.
Definition:
ra_typedef.hpp:63
RASearch
The RASearch class: This class provides a generic manner to perform rank-approximate search via rando...
Definition:
ra_search.hpp:71
nearest_neighbor_sort.hpp
furthest_neighbor_sort.hpp
Generated on Tue Sep 9 2014 13:55:18 for MLPACK by
1.8.7