|
Point Cloud Library (PCL)
1.8.1
|
Class representing a decision forest. More...
#include <pcl/ml/dt/decision_forest.h>
Inheritance diagram for pcl::DecisionForest< NodeType >:Public Member Functions | |
| DecisionForest () | |
| Constructor. More... | |
| virtual | ~DecisionForest () |
| Destructor. More... | |
| void | serialize (::std::ostream &stream) const |
| brief Returns the number of trees in the forest. More... | |
| void | deserialize (::std::istream &stream) |
| Deserializes the decision tree. More... | |
Class representing a decision forest.
Definition at line 53 of file decision_forest.h.
|
inline |
Constructor.
Definition at line 60 of file decision_forest.h.
|
inlinevirtual |
Destructor.
Definition at line 63 of file decision_forest.h.
|
inline |
Deserializes the decision tree.
| [in] | stream | The source for the deserialization. |
Definition at line 104 of file decision_forest.h.
|
inline |
brief Returns the number of trees in the forest.
Serializes the decision tree.
| [out] | stream | The destination for the serialization. |
Definition at line 81 of file decision_forest.h.