12#ifndef MLPACK_CORE_TREE_COVER_TREE_TYPEDEF_HPP
13#define MLPACK_CORE_TREE_COVER_TREE_TYPEDEF_HPP
38template<
typename MetricType,
typename StatisticType,
typename MatType>
A cover tree is a tree specifically designed to speed up nearest-neighbor computation in high-dimensi...
This class is meant to be used as a choice for the policy class RootPointPolicy of the CoverTree clas...
Linear algebra utility functions, generally performed on matrices or vectors.