Batch Statistic Observer
constructor(minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null)
Parameters
min Num Batches
The minimum number of batches, must be >= 2
min Batch Size
The minimum number of observations per batch, must be >= 2
max NBMultiple
The maximum number of batches as a multiple of the minimum number of batches.