Class representing a decision forest.
More...
#include <pcl/ml/dt/decision_forest.h>
template<class NodeType>
class pcl::DecisionForest< NodeType >
Class representing a decision forest.
Definition at line 50 of file decision_forest.h.
◆ DecisionForest()
template<class NodeType >
◆ ~DecisionForest()
template<class NodeType >
◆ deserialize()
template<class NodeType >
Deserializes the decision tree.
- Parameters
-
[in] | stream | The source for the deserialization |
Definition at line 88 of file decision_forest.h.
◆ serialize()
template<class NodeType >
Serializes the decision tree.
- Parameters
-
[out] | stream | The destination for the serialization |
Definition at line 64 of file decision_forest.h.
The documentation for this class was generated from the following file: