batchSize property

int batchSize

A size of a batch of data (in rows) that was used in a single iteration of learning model's coefficients algorithm

The value is read-only, it's a hyperparameter of the model

Implementation

int get batchSize;