xgboost
Public Attributes | List of all members
xgboost::Predictor::PredictionCacheEntry Struct Reference

Contains pointer to input matrix and associated cached predictions. More...

#include <predictor.h>

Collaboration diagram for xgboost::Predictor::PredictionCacheEntry:
Collaboration graph

Public Attributes

std::shared_ptr< DMatrixdata
 
HostDeviceVector< bst_floatpredictions
 

Detailed Description

Contains pointer to input matrix and associated cached predictions.

Member Data Documentation

◆ data

std::shared_ptr<DMatrix> xgboost::Predictor::PredictionCacheEntry::data

◆ predictions

HostDeviceVector<bst_float> xgboost::Predictor::PredictionCacheEntry::predictions

The documentation for this struct was generated from the following file: