xgboost
xgboost::RegTree Member List

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

CalculateContributionsApprox(const RegTree::FVec &feat, std::vector< float > *mean_values, bst_float *out_contribs) constxgboost::RegTree
ChangeToLeaf(int rid, bst_float value)xgboost::RegTreeinline
CollapseToLeaf(int rid, bst_float value)xgboost::RegTreeinline
DefaultChild(bst_node_t nidx) constxgboost::RegTreeinline
DefaultLeft(bst_node_t nidx) constxgboost::RegTreeinline
DumpModel(const FeatureMap &fmap, bool with_stats, std::string format) constxgboost::RegTree
Equal(const RegTree &b) constxgboost::RegTree
ExpandCategorical(bst_node_t nid, bst_feature_t split_index, common::Span< const uint32_t > split_cat, bool default_left, bst_float base_weight, bst_float left_leaf_weight, bst_float right_leaf_weight, bst_float loss_change, float sum_hess, float left_sum, float right_sum)xgboost::RegTree
ExpandNode(bst_node_t nid, unsigned split_index, bst_float split_value, bool default_left, bst_float base_weight, bst_float left_leaf_weight, bst_float right_leaf_weight, bst_float loss_change, float sum_hess, float left_sum, float right_sum, bst_node_t leaf_right_child=kInvalidNodeId)xgboost::RegTree
ExpandNode(bst_node_t nidx, bst_feature_t split_index, float split_cond, bool default_left, linalg::VectorView< float const > base_weight, linalg::VectorView< float const > left_weight, linalg::VectorView< float const > right_weight)xgboost::RegTree
GetCategoriesMatrix() constxgboost::RegTreeinline
GetDepth(bst_node_t nid) constxgboost::RegTreeinline
GetMultiTargetTree() constxgboost::RegTreeinline
GetNodes() constxgboost::RegTreeinline
GetNumLeaves() constxgboost::RegTree
GetNumSplitNodes() constxgboost::RegTree
GetSplitCategories() constxgboost::RegTreeinline
GetSplitCategoriesPtr() constxgboost::RegTreeinline
GetSplitTypes() constxgboost::RegTreeinline
GetStats() constxgboost::RegTreeinline
HasCategoricalSplit() constxgboost::RegTreeinline
IsLeaf(bst_node_t nidx) constxgboost::RegTreeinline
IsLeftChild(bst_node_t nidx) constxgboost::RegTreeinline
IsMultiTarget() constxgboost::RegTreeinline
IsRoot(bst_node_t nidx) constxgboost::RegTreeinline
kDeletedNodeMarkerxgboost::RegTreestatic
kInvalidNodeIdxgboost::RegTreestatic
kRootxgboost::RegTreestatic
LeftChild(bst_node_t nidx) constxgboost::RegTreeinline
Load(dmlc::Stream *fi)xgboost::RegTree
LoadModel(Json const &in) overridexgboost::RegTreevirtual
MaxDepth(int nid) constxgboost::RegTreeinline
MaxDepth()xgboost::RegTreeinline
NodeCats(bst_node_t nidx) constxgboost::RegTreeinline
NodeSplitType(bst_node_t nidx) constxgboost::RegTreeinline
NumExtraNodes() const noexceptxgboost::RegTreeinline
NumFeatures() const noexceptxgboost::RegTreeinline
NumNodes() const noexceptxgboost::RegTreeinline
NumTargets() constxgboost::RegTreeinline
NumValidNodes() const noexceptxgboost::RegTreeinline
operator==(const RegTree &b) constxgboost::RegTreeinline
operator[](int nid)xgboost::RegTreeinline
operator[](int nid) constxgboost::RegTreeinline
Parent(bst_node_t nidx) constxgboost::RegTreeinline
RegTree()xgboost::RegTreeinline
RegTree(bst_target_t n_targets, bst_feature_t n_features)xgboost::RegTreeinlineexplicit
RightChild(bst_node_t nidx) constxgboost::RegTreeinline
Save(dmlc::Stream *fo) constxgboost::RegTree
SaveModel(Json *out) const overridexgboost::RegTreevirtual
SetLeaf(bst_node_t nidx, linalg::VectorView< float const > weight)xgboost::RegTreeinline
Size() constxgboost::RegTreeinline
SplitCond(bst_node_t nidx) constxgboost::RegTreeinline
SplitCondT typedefxgboost::RegTree
SplitIndex(bst_node_t nidx) constxgboost::RegTreeinline
Stat(int nid)xgboost::RegTreeinline
Stat(int nid) constxgboost::RegTreeinline
WalkTree(Func func) constxgboost::RegTreeinline
~Model()=defaultxgboost::Modelvirtual