Click or drag to resize
Accord.NET (logo)

MiniBatchesTInput Properties

The MiniBatchesTInput generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrentEpoch
Gets or sets the current epoch counter.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyCurrentIteration
Gets or sets the current iteration counter.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyCurrentMiniBatch
Gets or sets the current mini-batch counter.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyCurrentSample
Gets or sets the current sample counter.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyInputs
Gets or sets the input instances that should be divided among the mini-batches at every epoch.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyMaxEpochs
Gets or sets the maximum number of epochs for which mini-batches should be generated.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyMaxIterations
Gets or sets the maximum number of iterations for which mini-batches should be generated.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyMiniBatchSize
Gets or sets the size of the mini-batch that will be generated.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyNumberOfMiniBatches
Gets or sets the number of mini-batches that are going to be generated for each epoch.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyNumberOfSamples
Gets the number of samples in each epoch.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyShuffle
Gets or sets options about how and when data should be shuffled.
(Inherited from BaseBatchesTBatch, TInput.)
Public propertyWeights
Gets or sets the weights associated with each data instance that should be divided among the mini-batches at every epoch.
(Inherited from BaseBatchesTBatch, TInput.)
Top
See Also