Click or drag to resize
Accord.NET (logo)

MiniBatchesTInput Constructor

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MiniBatches(
	TInput[] inputs,
	double[] weights
)
Request Example View Source

Parameters

inputs
Type: TInput
The input data that should be divided into batches.
weights
Type: SystemDouble
The weight for the data that should be divided into batches.
See Also