|
BaseBatchesTBatch, TInputPrepareBatch Method
|
Inheritors should use this method to prepare the data for the next batches,
for example by reshuffling according to the ordering passed as argument.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax protected virtual void PrepareBatch(
int[] idx
)
Protected Overridable Sub PrepareBatch (
idx As Integer()
)
Request Example
View SourceParameters
- idx
- Type: SystemInt32
The ordering for the samples in the new batches.
See Also