|
xgboost
|
Contains pointer to input matrix and associated cached predictions. More...
#include <predictor.h>

Public Member Functions | |
| PredictionCacheEntry ()=default | |
| void | Update (std::uint32_t v) |
| Update the cache entry by number of versions. More... | |
| void | Reset () |
Public Attributes | |
| HostDeviceVector< float > | predictions |
| std::uint32_t | version {0} |
Contains pointer to input matrix and associated cached predictions.
|
default |
|
inline |
|
inline |
Update the cache entry by number of versions.
| v | Added versions. |
| HostDeviceVector<float> xgboost::PredictionCacheEntry::predictions |
| std::uint32_t xgboost::PredictionCacheEntry::version {0} |