ImageDataGenerator..::..NextBatch Method

Gets the next the batch to train using the batch size.

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

Syntax


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

Parameters

batchSize
Type: Int32
Size of the batch.

Return Value