38 #ifndef PCL_ML_DT_DECISION_FOREST_EVALUATOR_H_ 39 #define PCL_ML_DT_DECISION_FOREST_EVALUATOR_H_ 43 #include <pcl/ml/dt/decision_tree_evaluator.h> 44 #include <pcl/ml/dt/decision_forest.h> 45 #include <pcl/ml/feature_handler.h> 46 #include <pcl/ml/stats_estimator.h> 82 std::vector<ExampleIndex> & examples,
83 std::vector<LabelType> & label_data);
99 std::vector<NodeType> & leaves);
108 #include <pcl/ml/impl/dt/decision_forest_evaluator.hpp> Class representing a decision forest.
Utility class for evaluating a decision tree.
This file defines compatibility wrappers for low level I/O functions.
DecisionForestEvaluator()
Constructor.
Define standard C methods and C++ classes that are common to all methods.
virtual ~DecisionForestEvaluator()
Destructor.
void evaluate(pcl::DecisionForest< NodeType > &DecisionForestEvaluator, pcl::FeatureHandler< FeatureType, DataSet, ExampleIndex > &feature_handler, pcl::StatsEstimator< LabelType, NodeType, DataSet, ExampleIndex > &stats_estimator, DataSet &data_set, std::vector< ExampleIndex > &examples, std::vector< LabelType > &label_data)
Evaluates the specified examples using the supplied forest.
Utility class for evaluating a decision forests.
Utility class interface which is used for creating and evaluating features.