|
Medial Code Documentation
|
Copyright 2017-2023, XGBoost Contributors. More...
#include <dmlc/io.h>#include <dmlc/parameter.h>#include <xgboost/context.h>#include <xgboost/learner.h>#include <xgboost/model.h>#include <xgboost/parameter.h>#include <xgboost/tree_model.h>#include <memory>#include <string>#include <utility>#include <vector>#include "../common/threading_utils.h"Go to the source code of this file.
Data Structures | |
| struct | xgboost::gbm::GBTreeModelParam |
| model parameters More... | |
| struct | xgboost::gbm::GBTreeModel |
Namespaces | |
| namespace | xgboost |
| namespace of xgboost | |
| namespace | xgboost::gbm |
| Copyright 2019-2023, XGBoost Contributors. | |
Typedefs | |
| using | xgboost::gbm::TreesOneGroup = std::vector< std::unique_ptr< RegTree > > |
| Container for all trees built (not update) for one group. | |
| using | xgboost::gbm::TreesOneIter = std::vector< TreesOneGroup > |
| Container for all trees built (not update) for one iteration. | |
Copyright 2017-2023, XGBoost Contributors.