org.encog.neural.networks.training
Interface BatchSize
-
- All Known Implementing Classes:
- Backpropagation, ManhattanPropagation, Propagation, QuickPropagation, ResilientPropagation, ScaledConjugateGradient
public interface BatchSizeThe batch size. Specify 1 for pure online training. Specify 0 for pure batch training (complete training set in one batch). Otherwise specify the batch size for batch training.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetBatchSize()The batch size.voidsetBatchSize(int theBatchSize)Set the batch size.
-
-
-
Method Detail
-
getBatchSize
int getBatchSize()
The batch size. Specify 1 for pure online training. Specify 0 for pure batch training (complete training set in one batch). Otherwise specify the batch size for batch training.- Returns:
- The batch size.
-
setBatchSize
void setBatchSize(int theBatchSize)
Set the batch size. Specify 1 for pure online training. Specify 0 for pure batch training (complete training set in one batch). Otherwise specify the batch size for batch training.- Parameters:
theBatchSize- The batch size.
-
-
DMelt 3.0 © DataMelt by jWork.ORG