|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/ml/dt/decision_tree_data_provider.h>
Inheritance diagram for pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >:Public Types | |
| using | Ptr = shared_ptr< DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > > |
| using | ConstPtr = shared_ptr< const DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > > |
Public Member Functions | |
| DecisionTreeTrainerDataProvider ()=default | |
| Constructor. More... | |
| virtual | ~DecisionTreeTrainerDataProvider ()=default |
| Destructor. More... | |
| 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. More... | |
Definition at line 50 of file decision_tree_data_provider.h.
| using pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::ConstPtr = shared_ptr<const DecisionTreeTrainerDataProvider<FeatureType, DataSet, LabelType, ExampleIndex, NodeType> > |
Definition at line 63 of file decision_tree_data_provider.h.
| using pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::Ptr = shared_ptr<DecisionTreeTrainerDataProvider<FeatureType, DataSet, LabelType, ExampleIndex, NodeType> > |
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 >.