xgboost
| 命名空间
cache.h 文件参考
#include <xgboost/logging.h>
#include <cstddef>
#include <memory>
#include <mutex>
#include <queue>
#include <thread>
#include <unordered_map>
#include <utility>
#include <vector>
cache.h 的包含依赖图
此图显示哪些文件直接或间接包含此文件

转到此文件的源代码。

类  xgboost::DMatrixCache< CacheT >
 DMatrix 相关数据的线程感知 FIFO 缓存。更多...
 
结构  xgboost::DMatrixCache< CacheT >::Item
 
结构  xgboost::DMatrixCache< CacheT >::Key
 
结构  xgboost::DMatrixCache< CacheT >::Hash
 

命名空间

 xgboost
 Learner 接口,将目标、gbm 和评估整合在一起。这是用户界面 XGBoost 训练模块。