|
xgboost
|
meta parameters of the tree More...
#include <tree_model.h>

Public Member Functions | |
| bool | operator== (const TreeParam &b) const |
| void | FromJson (Json const &in) |
| void | ToJson (Json *p_out) const |
Public Attributes | |
| bst_node_t | num_nodes {1} |
| The number of nodes. More... | |
| bst_node_t | num_deleted {0} |
| The number of deleted nodes. More... | |
| bst_feature_t | num_feature {0} |
| The number of features used for tree construction. More... | |
| bst_target_t | size_leaf_vector {1} |
| leaf vector size. Used by the vector leaf. More... | |
meta parameters of the tree
| void xgboost::TreeParam::FromJson | ( | Json const & | in | ) |
|
inline |
| void xgboost::TreeParam::ToJson | ( | Json * | p_out | ) | const |
| bst_node_t xgboost::TreeParam::num_deleted {0} |
The number of deleted nodes.
| bst_feature_t xgboost::TreeParam::num_feature {0} |
The number of features used for tree construction.
| bst_node_t xgboost::TreeParam::num_nodes {1} |
The number of nodes.
| bst_target_t xgboost::TreeParam::size_leaf_vector {1} |
leaf vector size. Used by the vector leaf.