| xgboost | 
包含指向输入矩阵和关联的缓存预测的指针。更多...
#include <predictor.h>

| 公共成员函数 | |
| PredictionCacheEntry ()=default | |
| void | Update (std::uint32_t v) | 
| 按版本号更新缓存条目。 更多... | |
| void | 重置 () | 
| 公共属性 | |
| HostDeviceVector< float > | 预测 | 
| std::uint32_t | 版本 {0} | 
包含指向输入矩阵和相关缓存预测的指针。
| 
 | 默认 | 
| 
 | inline | 
| 
 | inline | 
按版本号更新缓存条目。
| v | 已添加的版本。 | 
| HostDeviceVector<float> xgboost::PredictionCacheEntry::predictions | 
| std::uint32_t xgboost::PredictionCacheEntry::version {0} |