xgboost
|
Parameters for constructing batches. More...
#include <data.h>
Public Member Functions | |
bool | operator!= (const BatchParam &other) const |
Public Attributes | |
int | gpu_id |
The GPU device to use. More... | |
int | max_bin |
Maximum number of bins per feature for histograms. More... | |
int | gpu_batch_nrows |
Number of rows in a GPU batch, used for finding quantiles on GPU. More... | |
size_t | gpu_page_size |
Page size for external memory mode. More... | |
Parameters for constructing batches.
|
inline |
int xgboost::BatchParam::gpu_batch_nrows |
Number of rows in a GPU batch, used for finding quantiles on GPU.
int xgboost::BatchParam::gpu_id |
The GPU device to use.
size_t xgboost::BatchParam::gpu_page_size |
Page size for external memory mode.
int xgboost::BatchParam::max_bin |
Maximum number of bins per feature for histograms.