xgboost
|
Contains pointer to input matrix and associated cached predictions. More...
#include <predictor.h>
Public Attributes | |
std::shared_ptr< DMatrix > | data |
HostDeviceVector< bst_float > | predictions |
Contains pointer to input matrix and associated cached predictions.
std::shared_ptr<DMatrix> xgboost::PredictionCacheEntry::data |
HostDeviceVector<bst_float> xgboost::PredictionCacheEntry::predictions |