mlpack  2.0.1
typedef.hpp
Go to the documentation of this file.
1 
16 #ifndef __MLPACK_NEIGHBOR_SEARCH_TYPEDEF_H
17 #define __MLPACK_NEIGHBOR_SEARCH_TYPEDEF_H
18 
19 // In case someone included this directly.
20 #include "neighbor_search.hpp"
21 
23 
26 
27 namespace mlpack {
28 namespace neighbor {
29 
35 
41 
42 } // namespace neighbor
43 } // namespace mlpack
44 
45 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
The NeighborSearch class is a template class for performing distance-based neighbor searches...
NeighborSearch< NearestNeighborSort, metric::EuclideanDistance > AllkNN
The AllkNN class is the all-k-nearest-neighbors method.
Definition: typedef.hpp:34
NeighborSearch< FurthestNeighborSort, metric::EuclideanDistance > AllkFN
The AllkFN class is the all-k-furthest-neighbors method.
Definition: typedef.hpp:40