| xgboost | 
树的元参数 更多...
#include <tree_model.h>

| 公共成员函数 | |
| bool | operator== (const TreeParam &b) const | 
| void | FromJson (Json const &in) | 
| void | ToJson (Json *p_out) const | 
| 公共属性 | |
| bst_node_t | num_nodes {1} | 
| 节点数量。 更多... | |
| bst_node_t | num_deleted {0} | 
| 已删除节点的数量。 更多... | |
| bst_feature_t | num_feature {0} | 
| 用于树构建的特征数量。 更多... | |
| bst_target_t | size_leaf_vector {1} | 
| 叶向量大小。由向量叶使用。 更多... | |
树的元参数
| void xgboost::TreeParam::FromJson | ( | Json const & | in | ) | 
| 
 | inline | 
| void xgboost::TreeParam::ToJson | ( | Json * | p_out | ) | const | 
| bst_node_t xgboost::TreeParam::num_deleted {0} | 
已删除节点的数量。
| bst_feature_t xgboost::TreeParam::num_feature {0} | 
用于树构建的特征数量。
| bst_node_t xgboost::TreeParam::num_nodes {1} | 
节点数量。
| bst_target_t xgboost::TreeParam::size_leaf_vector {1} | 
叶向量大小。由向量叶使用。