xgboost
Public Member Functions | Public Attributes | List of all members
xgboost::BatchParam Struct Reference

Parameters for constructing batches. More...

#include <data.h>

Collaboration diagram for xgboost::BatchParam:
Collaboration graph

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...
 

Detailed Description

Parameters for constructing batches.

Member Function Documentation

◆ operator!=()

bool xgboost::BatchParam::operator!= ( const BatchParam other) const
inline

Member Data Documentation

◆ gpu_batch_nrows

int xgboost::BatchParam::gpu_batch_nrows

Number of rows in a GPU batch, used for finding quantiles on GPU.

◆ gpu_id

int xgboost::BatchParam::gpu_id

The GPU device to use.

◆ gpu_page_size

size_t xgboost::BatchParam::gpu_page_size

Page size for external memory mode.

◆ max_bin

int xgboost::BatchParam::max_bin

Maximum number of bins per feature for histograms.


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