Vowpal Wabbit
VW::cats_tree::tree_node Member List

This is the complete list of members for VW::cats_tree::tree_node, including all inherited members.

depthVW::cats_tree::tree_node
idVW::cats_tree::tree_node
is_leafVW::cats_tree::tree_node
is_root() const VW::cats_tree::tree_nodeinline
learn_countVW::cats_tree::tree_node
left_idVW::cats_tree::tree_node
left_onlyVW::cats_tree::tree_node
operator!=(const tree_node &rhs) const VW::cats_tree::tree_node
operator==(const tree_node &rhs) const VW::cats_tree::tree_nodeinline
parent_idVW::cats_tree::tree_node
right_idVW::cats_tree::tree_node
right_onlyVW::cats_tree::tree_node
tree_node(uint32_t node_id, uint32_t left_node_id, uint32_t right_node_id, uint32_t parent_id, uint32_t depth, bool left_only, bool right_only, bool is_leaf)VW::cats_tree::tree_node