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