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

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

computeAndSetNodeStats(DataSet &data_set, std::vector< ExampleIndex > &examples, std::vector< LabelDataType > &label_data, NodeType &node) const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
computeBranchIndex(const float result, const unsigned char flag, const float threshold, unsigned char &branch_index) const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
computeBranchIndices(std::vector< float > &results, std::vector< unsigned char > &flags, const float threshold, std::vector< unsigned char > &branch_indices) const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
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 =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
generateCodeForBranchIndexComputation(NodeType &node, std::ostream &stream) const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
generateCodeForOutput(NodeType &node, std::ostream &stream) const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
getLabelOfNode(NodeType &node) const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
getNumOfBranches() const =0pcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >pure virtual
~StatsEstimator()=defaultpcl::StatsEstimator< LabelDataType, NodeType, DataSet, ExampleIndex >virtual