|
Medial Code Documentation
|
Copyright 2014-2023 by XGBoost Contributors. More...
#include <dmlc/registry.h>#include <xgboost/base.h>#include <xgboost/data.h>#include <xgboost/host_device_vector.h>#include <xgboost/model.h>#include <xgboost/task.h>#include <cstdint>#include <functional>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Data Structures | |
| class | xgboost::ObjFunction |
| interface of objective function More... | |
| struct | xgboost::ObjFunctionReg |
| Registry entry for objective factory functions. More... | |
Namespaces | |
| namespace | xgboost |
| namespace of xgboost | |
Macros | |
| #define | XGBOOST_REGISTER_OBJECTIVE(UniqueId, Name) |
| Macro to register objective function. | |
Copyright 2014-2023 by XGBoost Contributors.
interface of objective function used by xgboost.
| #define XGBOOST_REGISTER_OBJECTIVE | ( | UniqueId, | |
| Name | |||
| ) |
Macro to register objective function.