15 #ifndef __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
16 #define __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
38 template<
typename MatType>
45 #endif // __MLPACK_CORE_TREE_FIRST_POINT_IS_ROOT_HPP
Linear algebra utility functions, generally performed on matrices or vectors.
static size_t ChooseRoot(const MatType &)
Return the point to be used as the root point of the cover tree.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...
This class is meant to be used as a choice for the policy class RootPointPolicy of the CoverTree clas...