MLPACK
1.0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
tree
tree_traits.hpp
Go to the documentation of this file.
1
24
#ifndef __MLPACK_CORE_TREE_TREE_TRAITS_HPP
25
#define __MLPACK_CORE_TREE_TREE_TRAITS_HPP
26
27
namespace
mlpack {
28
namespace
tree {
29
86
template
<
typename
TreeType>
87
class
TreeTraits
88
{
89
public
:
95
static
const
bool
HasParentDistance
=
false
;
96
101
static
const
bool
HasOverlappingChildren
=
true
;
102
106
static
const
bool
FirstPointIsCentroid
=
false
;
107
112
static
const
bool
HasSelfChildren
=
false
;
113
};
114
115
};
// namespace tree
116
};
// namespace mlpack
117
118
#endif
Generated by
1.8.3.1