|
Medial Code Documentation
|
Data Structures | |
| struct | SplitEvaluator |
Public Member Functions | |
| TreeEvaluator (TrainParam const &p, bst_feature_t n_features, int32_t device) | |
| template<typename ParamT = TrainParam> | |
| auto | GetEvaluator () const |
| template<bool CompiledWithCuda = WITH_CUDA()> | |
| void | AddSplit (bst_node_t nodeid, bst_node_t leftid, bst_node_t rightid, bst_feature_t f, float left_weight, float right_weight) |