ra_typedef.hpp

Go to the documentation of this file.
00001 
00023 #ifndef __MLPACK_RANN_RA_TYPEDEF_HPP
00024 #define __MLPACK_RANN_RA_TYPEDEF_HPP
00025 
00026 // In case someone included this directly.
00027 #include "ra_search.hpp"
00028 
00029 #include <mlpack/core/metrics/lmetric.hpp>
00030 
00031 #include <mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp>
00032 #include <mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp>
00033 
00034 namespace mlpack {
00035 namespace neighbor {
00036 
00049 typedef RASearch<> AllkRANN;
00050 
00063 typedef RASearch<FurthestNeighborSort> AllkRAFN;
00064 
00065 }; // namespace neighbor
00066 }; // namespace mlpack
00067 
00068 #endif

Generated on 13 Aug 2014 for MLPACK by  doxygen 1.6.1