xgboost
|
Contains pointer to input matrix and associated cached predictions. More...
#include <predictor.h>
Public Member Functions | |
PredictionCacheEntry ()=default | |
void | Update (uint32_t v) |
Public Attributes | |
HostDeviceVector< bst_float > | predictions |
uint32_t | version { 0 } |
std::weak_ptr< DMatrix > | ref |
Contains pointer to input matrix and associated cached predictions.
|
default |
|
inline |
HostDeviceVector<bst_float> xgboost::PredictionCacheEntry::predictions |
std::weak_ptr< DMatrix > xgboost::PredictionCacheEntry::ref |
uint32_t xgboost::PredictionCacheEntry::version { 0 } |