mlpack
2.0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
tree
cover_tree
typedef.hpp
Go to the documentation of this file.
1
14
#ifndef __MLPACK_CORE_TREE_COVER_TREE_TYPEDEF_HPP
15
#define __MLPACK_CORE_TREE_COVER_TREE_TYPEDEF_HPP
16
17
#include "
cover_tree.hpp
"
18
19
namespace
mlpack
{
20
namespace
tree {
21
40
template
<
typename
MetricType,
typename
StatisticType,
typename
MatType>
41
using
StandardCoverTree
= CoverTree<MetricType,
42
StatisticType,
43
MatType,
44
FirstPointIsRoot
>;
45
46
}
// namespace tree
47
}
// namespace mlpack
48
49
#endif
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
dataset_info.hpp:23
mlpack::tree::StandardCoverTree
CoverTree< MetricType, StatisticType, MatType, FirstPointIsRoot > StandardCoverTree
The standard cover tree, as detailed in the original cover tree paper:
Definition:
typedef.hpp:44
mlpack::tree::FirstPointIsRoot
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:31
cover_tree.hpp
Generated by
1.8.10