mlpack  2.0.1
typedef.hpp
Go to the documentation of this file.
1 
14 #ifndef __MLPACK_METHODS_HOEFFDING_TREES_TYPEDEF_HPP
15 #define __MLPACK_METHODS_HOEFFDING_TREES_TYPEDEF_HPP
16 
17 #include "streaming_decision_tree.hpp"
18 #include "hoeffding_tree.hpp"
19 
20 namespace mlpack {
21 namespace tree {
22 
23 typedef StreamingDecisionTree<HoeffdingTree<>> HoeffdingTreeType;
24 
25 } // namespace tree
26 } // namespace mlpack
27 
28 #endif
Linear algebra utility functions, generally performed on matrices or vectors.
StreamingDecisionTree< HoeffdingTree<> > HoeffdingTreeType
Definition: typedef.hpp:23