xgboost
|
#include <dmlc/registry.h>
#include <xgboost/base.h>
#include <xgboost/data.h>
#include <xgboost/host_device_vector.h>
#include <xgboost/model.h>
#include <functional>
#include <string>
#include <utility>
#include <vector>
类 | |
class | xgboost::LinearUpdater |
线性更新器的接口 更多... | |
struct | xgboost::LinearUpdaterReg |
线性更新器的注册条目。更多... | |
命名空间 | |
xgboost | |
多目标树的核心数据结构。 | |
xgboost::gbm | |
宏 | |
#define | XGBOOST_REGISTER_LINEAR_UPDATER(UniqueId, Name) |
注册线性更新器的宏。更多... | |
#define XGBOOST_REGISTER_LINEAR_UPDATER | ( | UniqueId, | |
Name | |||
) |
注册线性更新器的宏。