Documentation of 'org.encog.neural.networks.training.BatchSize' Java class
BatchSize
org.encog.neural.networks.training

Interface BatchSize

    • 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

You see the box below because you did not login.