Home
last modified time | relevance | path

Searched refs:left_leaf_weight (Results 1 – 8 of 8) sorted by relevance

/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Dtree_model.h422 bst_float left_leaf_weight, bst_float right_leaf_weight,
444 bst_float base_weight, bst_float left_leaf_weight,
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Dtree_model.h422 bst_float left_leaf_weight, bst_float right_leaf_weight,
444 bst_float base_weight, bst_float left_leaf_weight,
/dports/misc/py-xgboost/xgboost-1.5.1/src/tree/
H A Dtree_model.cc786 bst_float left_leaf_weight, in ExpandNode() argument
800 nodes_[pleft].SetLeaf(left_leaf_weight, leaf_right_child); in ExpandNode()
804 this->Stat(pleft) = {0.0f, left_sum, left_leaf_weight}; in ExpandNode()
813 bst_float left_leaf_weight, in ExpandCategorical() argument
819 left_leaf_weight, right_leaf_weight, loss_change, sum_hess, in ExpandCategorical()
H A Dupdater_colmaker.cc503 bst_float left_leaf_weight = in FindSplit() local
510 e.best.DefaultLeft(), e.weight, left_leaf_weight, in FindSplit()
H A Dupdater_histmaker.cc236 bst_float left_leaf_weight = in FindSplit() local
244 best.DefaultLeft(), base_weight, left_leaf_weight, in FindSplit()
/dports/misc/xgboost/xgboost-1.5.1/src/tree/
H A Dtree_model.cc786 bst_float left_leaf_weight, in ExpandNode() argument
800 nodes_[pleft].SetLeaf(left_leaf_weight, leaf_right_child); in ExpandNode()
804 this->Stat(pleft) = {0.0f, left_sum, left_leaf_weight}; in ExpandNode()
813 bst_float left_leaf_weight, in ExpandCategorical() argument
819 left_leaf_weight, right_leaf_weight, loss_change, sum_hess, in ExpandCategorical()
H A Dupdater_colmaker.cc503 bst_float left_leaf_weight = in FindSplit() local
510 e.best.DefaultLeft(), e.weight, left_leaf_weight, in FindSplit()
H A Dupdater_histmaker.cc236 bst_float left_leaf_weight = in FindSplit() local
244 best.DefaultLeft(), base_weight, left_leaf_weight, in FindSplit()