|
xgboost
|
#include <xgboost/logging.h>#include <cstddef>#include <memory>#include <mutex>#include <queue>#include <thread>#include <unordered_map>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | xgboost::DMatrixCache< CacheT > |
| Thread-aware FIFO cache for DMatrix related data. More... | |
| struct | xgboost::DMatrixCache< CacheT >::Item |
| struct | xgboost::DMatrixCache< CacheT >::Key |
| struct | xgboost::DMatrixCache< CacheT >::Hash |
Namespaces | |
| xgboost | |
| Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. | |