xgboost
xgboost::RegTree::Node Member List

This is the complete list of members for xgboost::RegTree::Node, including all inherited members.

ByteSwap() constxgboost::RegTree::Nodeinline
DefaultChild() constxgboost::RegTree::Nodeinline
DefaultLeft() constxgboost::RegTree::Nodeinline
IsDeleted() constxgboost::RegTree::Nodeinline
IsLeaf() constxgboost::RegTree::Nodeinline
IsLeftChild() constxgboost::RegTree::Nodeinline
IsRoot() constxgboost::RegTree::Nodeinline
LeafValue() constxgboost::RegTree::Nodeinline
LeftChild() constxgboost::RegTree::Nodeinline
MarkDelete()xgboost::RegTree::Nodeinline
Node()xgboost::RegTree::Nodeinline
Node(int32_t cleft, int32_t cright, int32_t parent, uint32_t split_ind, float split_cond, bool default_left)xgboost::RegTree::Nodeinline
operator==(const Node &b) constxgboost::RegTree::Nodeinline
Parent() constxgboost::RegTree::Nodeinline
Reuse()xgboost::RegTree::Nodeinline
RightChild() constxgboost::RegTree::Nodeinline
SetLeaf(bst_float value, int right=kInvalidNodeId)xgboost::RegTree::Nodeinline
SetLeftChild(int nid)xgboost::RegTree::Nodeinline
SetParent(int pidx, bool is_left_child=true)xgboost::RegTree::Nodeinline
SetRightChild(int nid)xgboost::RegTree::Nodeinline
SetSplit(unsigned split_index, SplitCondT split_cond, bool default_left=false)xgboost::RegTree::Nodeinline
SplitCond() constxgboost::RegTree::Nodeinline
SplitIndex() constxgboost::RegTree::Nodeinline