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/linalg.h>
#include <xgboost/model.h>
#include <xgboost/span.h>
#include <xgboost/tree_model.h>
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | xgboost::TreeUpdater |
interface of tree update module, that performs update of a tree. More... | |
struct | xgboost::TreeUpdaterReg |
Registry entry for tree updater. More... | |
Namespaces | |
namespace | xgboost |
namespace of xgboost | |
namespace | xgboost::tree |
Copyright 2021-2023 by XGBoost Contributors. | |
Macros | |
#define | XGBOOST_REGISTER_TREE_UPDATER(UniqueId, Name) |
Macro to register tree updater. | |
Copyright 2014-2023 by XGBoost Contributors.
General primitive for tree learning, Updating a collection of trees given the information.
#define XGBOOST_REGISTER_TREE_UPDATER | ( | UniqueId, | |
Name | |||
) |
Macro to register tree updater.