xgboost
|
General primitive for tree learning, Updating a collection of trees given the information. 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.
Classes | |
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 | |
xgboost | |
Core data structure for multi-target trees. | |
xgboost::tree | |
Macros | |
#define | XGBOOST_REGISTER_TREE_UPDATER(UniqueId, Name) |
Macro to register tree updater. More... | |
General primitive for tree learning, Updating a collection of trees given the information.
Copyright 2014-2023 by XGBoost Contributors
#define XGBOOST_REGISTER_TREE_UPDATER | ( | UniqueId, | |
Name | |||
) |
Macro to register tree updater.