|
xgboost
|
entry to to easily hold returning information More...
#include <learner.h>

Public Attributes | |
| std::string | ret_str |
| result holder for returning string More... | |
| std::vector< std::string > | ret_vec_str |
| result holder for returning strings More... | |
| std::vector< const char * > | ret_vec_charp |
| result holder for returning string pointers More... | |
| std::vector< bst_float > | ret_vec_float |
| returning float vector. More... | |
| std::vector< GradientPair > | tmp_gpair |
| temp variable of gradient pairs. More... | |
| PredictionCacheEntry | prediction_entry |
entry to to easily hold returning information
| PredictionCacheEntry xgboost::XGBAPIThreadLocalEntry::prediction_entry |
| std::string xgboost::XGBAPIThreadLocalEntry::ret_str |
result holder for returning string
| std::vector<const char *> xgboost::XGBAPIThreadLocalEntry::ret_vec_charp |
result holder for returning string pointers
| std::vector<bst_float> xgboost::XGBAPIThreadLocalEntry::ret_vec_float |
returning float vector.
| std::vector<std::string> xgboost::XGBAPIThreadLocalEntry::ret_vec_str |
result holder for returning strings
| std::vector<GradientPair> xgboost::XGBAPIThreadLocalEntry::tmp_gpair |
temp variable of gradient pairs.
1.8.17