|
xgboost
|
#include <xgboost/base.h>#include <xgboost/context.h>#include <xgboost/host_device_vector.h>#include <xgboost/linalg.h>#include <xgboost/model.h>#include <xgboost/span.h>#include <cstddef>#include <cstdint>#include <vector>

Go to the source code of this file.
Classes | |
| class | xgboost::MultiTargetTree |
| Tree structure for multi-target model. More... | |
Namespaces | |
| xgboost | |
| Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. | |
| xgboost::tree | |