|
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
)
Protected Overridable Sub PutCurrentSampleInMiniBatch (
batch As TBatch,
positionInMiniBatch As Integer
)
Request Example
View SourceParameters
- 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