|
xgboost
|
#include <dmlc/registry.h>#include <xgboost/base.h>#include <xgboost/data.h>#include <xgboost/host_device_vector.h>#include <xgboost/linalg.h>#include <xgboost/model.h>#include <xgboost/task.h>#include <cstdint>#include <functional>#include <string>
类 | |
| 类 | xgboost::ObjFunction |
| 目标函数的接口。 更多... | |
| 结构 | xgboost::ObjFunctionReg |
| 目标工厂函数的注册表条目。 更多... | |
命名空间 | |
| xgboost | |
| Learner 接口,将目标、gbm 和评估整合在一起。这是用户界面 XGBoost 训练模块。 | |
宏 | |
| #define | XGBOOST_REGISTER_OBJECTIVE(UniqueId, Name) |
| 注册目标函数的宏。 更多... | |
| #define XGBOOST_REGISTER_OBJECTIVE | ( | UniqueId, | |
| Name | |||
| ) |
注册目标函数的宏。