|
MiniBatchesTInput Constructor
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public MiniBatches(
TInput[] inputs,
double[] weights
)
Public Sub New (
inputs As TInput(),
weights As Double()
)
Request Example
View SourceParameters
- 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