|
xgboost
|
这是 xgboost::RegTree 的完整成员列表,包括所有继承的成员。
| ChangeToLeaf(int rid, bst_float value) | xgboost::RegTree | inline |
| CollapseToLeaf(int rid, bst_float value) | xgboost::RegTree | inline |
| DefaultChild(bst_node_t nidx) const | xgboost::RegTree | inline |
| DefaultLeft(bst_node_t nidx) const | xgboost::RegTree | inline |
| DumpModel(const FeatureMap &fmap, bool with_stats, std::string format) const | xgboost::RegTree | |
| Equal(const RegTree &b) const | xgboost::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() const | xgboost::RegTree | inline |
| GetDepth(bst_node_t nid) const | xgboost::RegTree | inline |
| GetMultiTargetTree() const | xgboost::RegTree | inline |
| GetNodes() const | xgboost::RegTree | inline |
| GetNumLeaves() const | xgboost::RegTree | |
| GetNumSplitNodes() const | xgboost::RegTree | |
| GetSplitCategories() const | xgboost::RegTree | inline |
| GetSplitCategoriesPtr() const | xgboost::RegTree | inline |
| GetSplitTypes() const | xgboost::RegTree | inline |
| GetStats() const | xgboost::RegTree | inline |
| HasCategoricalSplit() const | xgboost::RegTree | inline |
| IsLeaf(bst_node_t nidx) const | xgboost::RegTree | inline |
| IsLeftChild(bst_node_t nidx) const | xgboost::RegTree | inline |
| IsMultiTarget() const | xgboost::RegTree | inline |
| IsRoot(bst_node_t nidx) const | xgboost::RegTree | inline |
| kDeletedNodeMarker | xgboost::RegTree | static |
| kInvalidNodeId | xgboost::RegTree | static |
| kRoot | xgboost::RegTree | static |
| LeftChild(bst_node_t nidx) const | xgboost::RegTree | inline |
| LoadModel(Json const &in) override | xgboost::RegTree | virtual |
| MaxDepth(int nid) const | xgboost::RegTree | inline |
| MaxDepth() | xgboost::RegTree | inline |
| NodeCats(bst_node_t nidx) const | xgboost::RegTree | inline |
| NodeSplitType(bst_node_t nidx) const | xgboost::RegTree | inline |
| NumExtraNodes() const noexcept | xgboost::RegTree | inline |
| NumFeatures() const noexcept | xgboost::RegTree | inline |
| NumNodes() const noexcept | xgboost::RegTree | inline |
| NumTargets() const | xgboost::RegTree | inline |
| NumValidNodes() const noexcept | xgboost::RegTree | inline |
| operator==(const RegTree &b) const | xgboost::RegTree | inline |
| operator[](int nid) | xgboost::RegTree | inline |
| operator[](int nid) const | xgboost::RegTree | inline |
| Parent(bst_node_t nidx) const | xgboost::RegTree | inline |
| RegTree() | xgboost::RegTree | inline |
| RegTree(bst_target_t n_targets, bst_feature_t n_features) | xgboost::RegTree | 内联显式 |
| RightChild(bst_node_t nidx) const | xgboost::RegTree | inline |
| SaveModel(Json *out) const override | xgboost::RegTree | virtual |
| SetLeaf(bst_node_t nidx, linalg::VectorView< float const > weight) | xgboost::RegTree | inline |
| Size() const | xgboost::RegTree | inline |
| SplitCond(bst_node_t nidx) const | xgboost::RegTree | inline |
| SplitCondT typedef | xgboost::RegTree | |
| SplitIndex(bst_node_t nidx) const | xgboost::RegTree | inline |
| Stat(int nid) | xgboost::RegTree | inline |
| Stat(int nid) const | xgboost::RegTree | inline |
| WalkTree(Func func) const | xgboost::RegTree | inline |
| ~Model()=default | xgboost::Model | virtual |