13 #ifndef MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP 14 #define MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP 36 template<
typename MatType>
43 #endif // MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.
static size_t ChooseRoot(const MatType &)
Return the point to be used as the root point of the cover tree.
Definition: first_point_is_root.hpp:37
This class is meant to be used as a choice for the policy class RootPointPolicy of the CoverTree clas...
Definition: first_point_is_root.hpp:29