|
xgboost
|
梯度增强器的接口,它通过梯度统计学习。 更多...
#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>
类 | |
| 类 | xgboost::GradientBooster |
| 梯度提升模型的接口。 更多... | |
| 结构 | xgboost::GradientBoosterReg |
| 树更新器的注册表条目。 更多... | |
命名空间 | |
| xgboost | |
| Learner 接口,将目标、gbm 和评估整合在一起。这是用户界面 XGBoost 训练模块。 | |
宏 | |
| #define | XGBOOST_REGISTER_GBM(UniqueId, Name) |
| 注册梯度增强器的宏。 更多... | |
梯度增强器的接口,它通过梯度统计学习。
版权所有 2014-2025, XGBoost 贡献者
| #define XGBOOST_REGISTER_GBM | ( | UniqueId, | |
| Name | |||
| ) |
注册梯度增强器的宏。