MLpp
ml::DecisionTree< Y > Member List

This is the complete list of members for ml::DecisionTree< Y >, including all inherited members.

arg_type typedefml::DecisionTree< Y >
cost_complexity(double alpha) constml::DecisionTree< Y >inline
count_leaf_nodes() constml::DecisionTree< Y >inline
count_nodes() constml::DecisionTree< Y >inline
DecisionTree(std::unique_ptr< Node > &&root)ml::DecisionTree< Y >inline
DecisionTree(DecisionTree< Y > &&other) noexceptml::DecisionTree< Y >inline
DecisionTree(const DecisionTree< Y > &other)ml::DecisionTree< Y >inline
LeafNode typedefml::DecisionTree< Y >
Node typedefml::DecisionTree< Y >
number_lowest_split_nodes() constml::DecisionTree< Y >inline
operator()(arg_type x) constml::DecisionTree< Y >inline
operator=(DecisionTree< Y > &&other) noexceptml::DecisionTree< Y >inline
operator=(const DecisionTree< Y > &other)ml::DecisionTree< Y >inline
original_error() constml::DecisionTree< Y >inline
remove_weakest_link(const double max_allowed_error_increase)ml::DecisionTree< Y >inline
SplitNode typedefml::DecisionTree< Y >
total_leaf_error() constml::DecisionTree< Y >inline
value_type typedefml::DecisionTree< Y >