XYFrame..::..NextBatch Method

Gets the next batch of data for training.

Namespace:  SiaNet.Model
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public bool NextBatch(
	int current,
	int batchSize
)
Public Function NextBatch ( _
	current As Integer, _
	batchSize As Integer _
) As Boolean
public:
bool^ NextBatch(
	int^ current, 
	int^ batchSize
)

Parameters

current
Type: Int32
The current batch number.
batchSize
Type: Int32
Size of the batch.

Return Value