Click or drag to resize
Accord.NET (logo)

BaseBatchesTBatch, TInputPutCurrentSampleInMiniBatch Method

Inheritors should use this method to put the current sample in the given mini-batch at the given position.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected virtual void PutCurrentSampleInMiniBatch(
	TBatch batch,
	int positionInMiniBatch
)
Request Example View Source

Parameters

batch
Type: TBatch
The mini-batch being constructed.
positionInMiniBatch
Type: SystemInt32
The position in mini-batch where the current sample must be put.
See Also