Mini batch used in XGBoost Data Iteration.
More...
#include <c_api.h>
|
|
size_t | size |
| | number of rows in the minibatch
|
| |
|
size_t | columns |
| |
|
int64_t * | offset |
| | row pointer to the rows in the data
|
| |
|
float * | label |
| | labels of each instance
|
| |
|
float * | weight |
| | weight of each instance, can be NULL
|
| |
|
int * | index |
| | feature index
|
| |
|
float * | value |
| | feature values
|
| |
Mini batch used in XGBoost Data Iteration.
The documentation for this struct was generated from the following file:
- External/xgboost/include/xgboost/c_api.h