BatchStatisticObserver

open class BatchStatisticObserver(minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null) : ModelElementObserver

An observer for batching of statistics on Response variable The user can control the collection rule and the batching criteria of the underlying BatchStatistic

Author

rossetti

Parameters

minNumBatches

The minimum number of batches, must be >= 2

minBatchSize

The minimum number of observations per batch, must be >= 2

maxNBMultiple

The maximum number of batches as a multiple of the minimum number of batches.

Inheritors

Constructors

Link copied to clipboard
constructor(minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null)

Properties

Link copied to clipboard

The collected BatchStatistic

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
open override val name: String
Link copied to clipboard

false means no warm up event in parent hierarchy

Functions

Link copied to clipboard
open override fun toString(): String