mlpack 3.4.2
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
18namespace mlpack {
19namespace tree {
20
21typedef StreamingDecisionTree<HoeffdingTree<>> HoeffdingTreeType;
22
23} // namespace tree
24} // namespace mlpack
25
26#endif
StreamingDecisionTree< HoeffdingTree<> > HoeffdingTreeType
Definition: typedef.hpp:21
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1