|
Point Cloud Library (PCL) 1.12.0
|
#include <pcl/ml/dt/decision_tree_data_provider.h>
Inheritance diagram for pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >:Public Types | |
| using | Ptr |
| using | ConstPtr |
Public Member Functions | |
| DecisionTreeTrainerDataProvider () | |
| Constructor. | |
| ~DecisionTreeTrainerDataProvider () | |
| 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.
|
inline |
Constructor.
Definition at line 70 of file decision_tree_data_provider.h.
|
inline |
Destructor.
Definition at line 73 of file decision_tree_data_provider.h.
|
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 >.