Click or drag to resize
Accord.NET (logo)

BatchesTInput, TOutputInit 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 override DataSubset<TInput, TOutput> Init()
Request Example View Source

Return Value

Type: DataSubsetTInput, TOutput
See Also