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