| xgboost | 
XGBoost 数据迭代中使用的迷你批次。更多...
#include <c_api.h>

| 公共属性 | |
| size_t | size | 
| minibatch 中的行数 更多... | |
| size_t | 列数 | 
| int64_t * | offset | 
| 数据中行的行指针 更多... | |
| float * | label | 
| 每个实例的标签 更多... | |
| float * | weight | 
| 每个实例的权重,可以为 NULL 更多... | |
| int * | index | 
| 特征索引 更多... | |
| float * | value | 
| 特征值 更多... | |
XGBoost数据迭代中使用的mini批次。
| size_t XGBoostBatchCSR::columns | 
| int* XGBoostBatchCSR::index | 
特征索引
| float* XGBoostBatchCSR::label | 
每个实例的标签
| int64_t* XGBoostBatchCSR::offset | 
数据中行的行指针
| size_t XGBoostBatchCSR::size | 
minibatch 中的行数
| float* XGBoostBatchCSR::value | 
特征值
| float* XGBoostBatchCSR::weight | 
每个实例的权重,可以为 NULL