Medial Code Documentation
Loading...
Searching...
No Matches
Data Fields
XGBoostBatchCSR Struct Reference

Mini batch used in XGBoost Data Iteration. More...

#include <c_api.h>

Data Fields

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
 

Detailed Description

Mini batch used in XGBoost Data Iteration.


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