Medial Code Documentation
Loading...
Searching...
No Matches
Data Fields
xgboost::XGBAPIThreadLocalEntry Struct Reference

entry to to easily hold returning information More...

#include <api_entry.h>

Data Fields

std::string ret_str
 result holder for returning string
 
std::vector< char > ret_char_vec
 result holder for returning raw buffer
 
std::vector< std::string > ret_vec_str
 result holder for returning strings
 
std::vector< const char * > ret_vec_charp
 result holder for returning string pointers
 
std::vector< float > ret_vec_float
 returning float vector.
 
std::vector< std::uint64_t > ret_vec_u64
 returning uint vector.
 
std::vector< GradientPairtmp_gpair
 temp variable of gradient pairs.
 
PredictionCacheEntry prediction_entry
 Temp variable for returning prediction result.
 
std::vector< bst_ulongprediction_shape
 Temp variable for returning prediction shape.
 

Detailed Description

entry to to easily hold returning information


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