Point Cloud Library (PCL)  1.14.0-dev
pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > Member List

This is the complete list of members for pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >, including all inherited members.

computeAndSetNodeStats(DataSet &data_set, std::vector< ExampleIndex > &examples, std::vector< LabelDataType > &label_data, NodeType &node) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
computeBranchIndex(const float result, const unsigned char flag, const float threshold, unsigned char &branch_index) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
computeBranchIndices(std::vector< float > &results, std::vector< unsigned char > &flags, const float threshold, std::vector< unsigned char > &branch_indices) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
computeInformationGain(DataSet &data_set, std::vector< ExampleIndex > &examples, std::vector< LabelDataType > &label_data, std::vector< float > &results, std::vector< unsigned char > &flags, const float threshold) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
generateCodeForBranchIndexComputation(NodeType &node, std::ostream &stream) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
generateCodeForOutput(NodeType &node, std::ostream &stream) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
getLabelOfNode(NodeType &node) constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
getNumOfBranches() constpcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inlinevirtual
RegressionVarianceStatsEstimator(BranchEstimator *branch_estimator)pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >inline
~StatsEstimator()=defaultpcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >virtual