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.
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.
This class is meant to be used as a choice for the policy class RootPointPolicy of the CoverTree clas...