23 #ifndef __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
24 #define __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
46 static size_t ChooseRoot(
const arma::mat& ) {
return 0; }
52 #endif // __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
static size_t ChooseRoot(const arma::mat &)
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...