Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions
pcl::DecisionForest< NodeType > Class Template Reference

Class representing a decision forest. More...

#include <pcl/ml/dt/decision_forest.h>

+ Inheritance diagram for pcl::DecisionForest< NodeType >:
+ Collaboration diagram for pcl::DecisionForest< NodeType >:

Public Member Functions

 DecisionForest ()=default
 Constructor. More...
 
virtual ~DecisionForest ()=default
 Destructor. More...
 
void serialize (::std::ostream &stream) const
 Serializes the decision tree. More...
 
void deserialize (::std::istream &stream)
 Deserializes the decision tree. More...
 

Detailed Description

template<class NodeType>
class pcl::DecisionForest< NodeType >

Class representing a decision forest.

Definition at line 50 of file decision_forest.h.

Constructor & Destructor Documentation

◆ DecisionForest()

template<class NodeType >
pcl::DecisionForest< NodeType >::DecisionForest ( )
default

Constructor.

◆ ~DecisionForest()

template<class NodeType >
virtual pcl::DecisionForest< NodeType >::~DecisionForest ( )
virtualdefault

Destructor.

Member Function Documentation

◆ deserialize()

template<class NodeType >
void pcl::DecisionForest< NodeType >::deserialize ( ::std::istream &  stream)
inline

Deserializes the decision tree.

Parameters
[in]streamThe source for the deserialization

Definition at line 88 of file decision_forest.h.

◆ serialize()

template<class NodeType >
void pcl::DecisionForest< NodeType >::serialize ( ::std::ostream &  stream) const
inline

Serializes the decision tree.

Parameters
[out]streamThe destination for the serialization

Definition at line 64 of file decision_forest.h.


The documentation for this class was generated from the following file: