mlpack
2.2.5
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
mlpack
methods
hoeffding_trees
typedef.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_METHODS_HOEFFDING_TREES_TYPEDEF_HPP
13
#define MLPACK_METHODS_HOEFFDING_TREES_TYPEDEF_HPP
14
15
#include "streaming_decision_tree.hpp"
16
#include "
hoeffding_tree.hpp
"
17
18
namespace
mlpack {
19
namespace
tree {
20
21
typedef
StreamingDecisionTree<HoeffdingTree<>>
HoeffdingTreeType
;
22
23
}
// namespace tree
24
}
// namespace mlpack
25
26
#endif
hoeffding_tree.hpp
mlpack::tree::HoeffdingTreeType
StreamingDecisionTree< HoeffdingTree<> > HoeffdingTreeType
Definition:
typedef.hpp:21
Generated by
1.8.5