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 的包含依赖图
此图显示了哪些文件直接或间接包含此文件

转到此文件的源代码。

class  xgboost::DMatrixCache< CacheT >
 用于 DMatrix 相关数据的线程感知 FIFO 缓存。 更多...
 
struct  xgboost::DMatrixCache< CacheT >::Item
 
struct  xgboost::DMatrixCache< CacheT >::Key
 
struct  xgboost::DMatrixCache< CacheT >::Hash
 

命名空间

 xgboost
 多目标树的核心数据结构。