MLPACK
1.0.8
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
tree
binary_space_tree
traits.hpp
Go to the documentation of this file.
1
22
#ifndef __MLPACK_CORE_TREE_BINARY_SPACE_TREE_TRAITS_HPP
23
#define __MLPACK_CORE_TREE_BINARY_SPACE_TREE_TRAITS_HPP
24
25
#include <
mlpack/core/tree/tree_traits.hpp
>
26
27
namespace
mlpack {
28
namespace
tree {
29
36
template
<
typename
BoundType,
37
typename
StatisticType,
38
typename
MatType>
39
class
TreeTraits
<
BinarySpaceTree
<BoundType, StatisticType, MatType> >
40
{
41
public
:
46
static
const
bool
HasParentDistance
=
false
;
47
53
static
const
bool
HasOverlappingChildren
=
false
;
54
58
static
const
bool
FirstPointIsCentroid
=
false
;
59
63
static
const
bool
HasSelfChildren
=
false
;
64
};
65
66
};
// namespace tree
67
};
// namespace mlpack
68
69
#endif
Generated by
1.8.3.1