|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/ml/dt/decision_tree_data_provider.h>
Public Types | |
| using | Ptr |
| using | ConstPtr |
Public Member Functions | |
| DecisionTreeTrainerDataProvider ()=default | |
| Constructor. | |
| virtual | ~DecisionTreeTrainerDataProvider ()=default |
| Destructor. | |
| virtual void | getDatasetAndLabels (DataSet &data_set, std::vector< LabelType > &label_data, std::vector< ExampleIndex > &examples)=0 |
| Virtual function called to obtain training examples and labels before training a specific tree. | |
Definition at line 50 of file decision_tree_data_provider.h.
| using pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::ConstPtr |
Definition at line 63 of file decision_tree_data_provider.h.
| using pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::Ptr |
Definition at line 58 of file decision_tree_data_provider.h.
|
default |
Constructor.
|
virtualdefault |
Destructor.
|
pure virtual |
Virtual function called to obtain training examples and labels before training a specific tree.
Implemented in pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >.