Click or drag to resize
Accord.NET (logo)

BaseBatchesTBatch, TInputInit Method

Inheritors should use this method to create a new instance of a mini-batch object. You can use this method to create mini-batches containing different objects related to the mini-batch, such as auxiliary data, privileged information, etc).

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected abstract TBatch Init()
Request Example View Source

Return Value

Type: TBatch
See Also