xgboost
|
xgboost 使用的目标函数的接口。 更多...
#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>
类 | |
class | xgboost::ObjFunction |
目标函数的接口 更多... | |
struct | xgboost::ObjFunctionReg |
目标函数工厂函数的注册项。 更多... | |
命名空间 | |
xgboost | |
多目标树的核心数据结构。 | |
宏 | |
#define | XGBOOST_REGISTER_OBJECTIVE(UniqueId, Name) |
注册目标函数的宏。 更多... | |
xgboost 使用的目标函数的接口。
Copyright 2014-2024, XGBoost 贡献者
#define XGBOOST_REGISTER_OBJECTIVE | ( | UniqueId, | |
Name | |||
) |
注册目标函数的宏。