|
xgboost
|
Interface of gradient booster, that learns through gradient statistics. More...
#include <dmlc/registry.h>#include <xgboost/base.h>#include <xgboost/data.h>#include <xgboost/host_device_vector.h>#include <xgboost/model.h>#include <vector>#include <string>#include <functional>#include <memory>
Go to the source code of this file.
Classes | |
| class | xgboost::GradientBooster |
| interface of gradient boosting model. More... | |
| struct | xgboost::GradientBoosterReg |
| Registry entry for tree updater. More... | |
Namespaces | |
| xgboost | |
| Core data structure for multi-target trees. | |
Macros | |
| #define | XGBOOST_REGISTER_GBM(UniqueId, Name) |
| Macro to register gradient booster. More... | |
Interface of gradient booster, that learns through gradient statistics.
Copyright 2014-2025, XGBoost Contributors
| #define XGBOOST_REGISTER_GBM | ( | UniqueId, | |
| Name | |||
| ) |
Macro to register gradient booster.