Medial Code Documentation
|
Contains pointer to input matrix and associated cached predictions. More...
#include <predictor.h>
Public Member Functions | |
void | Update (std::uint32_t v) |
Update the cache entry by number of versions. | |
void | Reset () |
Data Fields | |
HostDeviceVector< bst_float > | predictions |
std::uint32_t | version {0} |
Contains pointer to input matrix and associated cached predictions.
|
inline |
Update the cache entry by number of versions.
v | Added versions. |