org.encog.neural.networks.training
public interface BatchSize
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
The batch size.
|
void |
setBatchSize(int theBatchSize)
Set the batch size.
|
int getBatchSize()
void setBatchSize(int theBatchSize)
theBatchSize - The batch size.Copyright © 2014. All Rights Reserved.