BaseBatchesTBatch, TInput Properties |
The BaseBatchesTBatch, TInput generic type exposes the following members.
Name | Description | |
---|---|---|
CurrentEpoch |
Gets or sets the current epoch counter.
| |
CurrentIteration |
Gets or sets the current iteration counter.
| |
CurrentMiniBatch |
Gets or sets the current mini-batch counter.
| |
CurrentSample |
Gets or sets the current sample counter.
| |
Inputs |
Gets or sets the input instances that should be divided among the mini-batches at every epoch.
| |
MaxEpochs |
Gets or sets the maximum number of epochs for which mini-batches should be generated.
| |
MaxIterations |
Gets or sets the maximum number of iterations for which mini-batches should be generated.
| |
MiniBatchSize |
Gets or sets the size of the mini-batch that will be generated.
| |
NumberOfMiniBatches |
Gets or sets the number of mini-batches that are going to be generated for each epoch.
| |
NumberOfSamples |
Gets the number of samples in each epoch.
| |
Shuffle |
Gets or sets options about how and when data should be shuffled.
| |
Weights |
Gets or sets the weights associated with each data instance
that should be divided among the mini-batches at every epoch.
|