computeAndSetNodeStats(DataSet &data_set, std::vector< ExampleIndex > &examples, std::vector< LabelDataType > &label_data, NodeType &node) const | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inlinevirtual |
computeBranchIndex(const float result, const unsigned char flag, const float threshold, unsigned char &branch_index) const | pcl::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) const | pcl::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) const | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inlinevirtual |
generateCodeForBranchIndexComputation(NodeType &node, std::ostream &stream) const | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inlinevirtual |
generateCodeForOutput(NodeType &node, std::ostream &stream) const | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inlinevirtual |
getLabelOfNode(NodeType &node) const | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inlinevirtual |
getNumOfBranches() const | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inlinevirtual |
RegressionVarianceStatsEstimator(BranchEstimator *branch_estimator) | pcl::RegressionVarianceStatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | inline |
~StatsEstimator()=default | pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex > | virtual |