|
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 <mutex>#include <vector>

Go to the source code of this file.
Classes | |
| struct | xgboost::MultiTargetTreeView |
| A view to the @MultiTargetTree suitable for both host and device. More... | |
| 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. | |