Point Cloud Library (PCL)
1.8.0
|
#include <pcl/ml/dt/decision_tree_data_provider.h>
Public Member Functions | |
DecisionTreeTrainerDataProvider () | |
Constructor. More... | |
~DecisionTreeTrainerDataProvider () | |
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 46 of file decision_tree_data_provider.h.
|
inline |
Constructor.
Definition at line 57 of file decision_tree_data_provider.h.
|
inline |
Destructor.
Definition at line 63 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 >.