xgboost
|
#include <xgboost/logging.h>
#include <cstddef>
#include <memory>
#include <mutex>
#include <queue>
#include <thread>
#include <unordered_map>
#include <utility>
#include <vector>
类 | |
class | xgboost::DMatrixCache< CacheT > |
用于 DMatrix 相关数据的线程感知 FIFO 缓存。 更多... | |
struct | xgboost::DMatrixCache< CacheT >::Item |
struct | xgboost::DMatrixCache< CacheT >::Key |
struct | xgboost::DMatrixCache< CacheT >::Hash |
命名空间 | |
xgboost | |
多目标树的核心数据结构。 | |