batchSize property

int batchSize
final

Mini-batch size. 0 (default) = full-batch (one weight update per epoch); 1 = online/pure SGD; otherwise samples are shuffled each epoch and the weights are updated once per mini-batch.

Implementation

final int batchSize;