Documentation of 'org.joone.engine.BatchLearner' Java class
BatchLearner
org.joone.engine

Class BatchLearner

  • All Implemented Interfaces:
    java.io.Serializable, Learner


    public class BatchLearner
    extends ExtendableLearner
    BatchLearner stores the weight/bias changes during the batch and updates them after the batch is done. IMPORTANT: If you want to have standard batch learning, i.e. the BatchSize equals the number of training patterns available, just use monitor. setBatchSize(monitor.getTrainingPatterns());
    See Also:
    Serialized Form
    • Constructor Detail

      • BatchLearner

        public BatchLearner()
      • BatchLearner

        public BatchLearner(int batchSize)
        Deprecated. use BatchLearner() and set the batch size with monitor.setBatchSize()
    • Method Detail

      • initiateNewBatch

        public void initiateNewBatch()
        Deprecated. not used, the BatchModeExtender takes care of everything
      • setBatchSize

        public void setBatchSize(int newBatchSize)
        Deprecated. use monitor.setBatchSize()
      • getBatchSize

        public int getBatchSize()
        Deprecated. use monitor.getBatchSize()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.