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 <vector>
#include <utility>
#include <string>
#include <functional>
#include <unordered_map>
#include <memory>
Go to the source code of this file.
Data Structures | |
class | xgboost::GradientBooster |
interface of gradient boosting model. More... | |
struct | xgboost::GradientBoosterReg |
Registry entry for tree updater. More... | |
Namespaces | |
namespace | xgboost |
namespace of xgboost | |
Macros | |
#define | XGBOOST_REGISTER_GBM(UniqueId, Name) |
Macro to register gradient booster. | |
Copyright 2014-2023 by XGBoost Contributors.
Interface of gradient booster, that learns through gradient statistics.
#define XGBOOST_REGISTER_GBM | ( | UniqueId, | |
Name | |||
) |
Macro to register gradient booster.