xgboost
|
General primitive for tree learning, Updating a collection of trees given the information. More...
#include <dmlc/registry.h>
#include <functional>
#include <vector>
#include <utility>
#include <string>
#include "./base.h"
#include "./data.h"
#include "./tree_model.h"
#include "../../src/common/host_device_vector.h"
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 | |
namespace of xgboost | |
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 by Contributors
#define XGBOOST_REGISTER_TREE_UPDATER | ( | UniqueId, | |
Name | |||
) |
Macro to register tree updater.