xgboost
xgboost
RegTree
Node
xgboost::RegTree::Node 成员列表
以下是
xgboost::RegTree::Node
的完整成员列表,包括所有继承成员。
DefaultChild
() const
xgboost::RegTree::Node
inline
DefaultLeft
() const
xgboost::RegTree::Node
inline
IsDeleted
() const
xgboost::RegTree::Node
inline
IsLeaf
() const
xgboost::RegTree::Node
inline
IsLeftChild
() const
xgboost::RegTree::Node
inline
IsRoot
() const
xgboost::RegTree::Node
inline
LeafValue
() const
xgboost::RegTree::Node
inline
LeftChild
() const
xgboost::RegTree::Node
inline
MarkDelete
()
xgboost::RegTree::Node
inline
Node
()
xgboost::RegTree::Node
inline
Node
(int32_t cleft, int32_t cright, int32_t parent, uint32_t split_ind, float split_cond, bool default_left)
xgboost::RegTree::Node
inline
operator==
(const Node &b) const
xgboost::RegTree::Node
inline
Parent
() const
xgboost::RegTree::Node
inline
Reuse
()
xgboost::RegTree::Node
inline
RightChild
() const
xgboost::RegTree::Node
inline
SetLeaf
(bst_float value, int right=kInvalidNodeId)
xgboost::RegTree::Node
inline
SetLeftChild
(int nid)
xgboost::RegTree::Node
inline
SetParent
(int pidx, bool is_left_child=true)
xgboost::RegTree::Node
inline
SetRightChild
(int nid)
xgboost::RegTree::Node
inline
SetSplit
(unsigned split_index, SplitCondT split_cond, bool default_left=false)
xgboost::RegTree::Node
inline
SplitCond
() const
xgboost::RegTree::Node
inline
SplitIndex
() const
xgboost::RegTree::Node
inline
生成于 2025 年 10 月 17 日星期五 23:27:08,由
1.9.1 为 xgboost 生成