41#include <pcl/ml/dt/decision_tree.h>
49template <
class NodeType>
50class PCL_EXPORTS
DecisionForest :
public std::vector<pcl::DecisionTree<NodeType>> {
Iterator class for point clouds with or without given indices.
Class representing a decision forest.
virtual ~DecisionForest()
Destructor.
DecisionForest()
Constructor.
void deserialize(::std::istream &stream)
Deserializes the decision tree.
void serialize(::std::ostream &stream) const
Serializes the decision tree.
Define standard C methods and C++ classes that are common to all methods.