mlpack
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
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
cv.hpp:1
hoeffding_tree.hpp
Generated by
1.8.13