net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy
Class BatchTrainingSetEpochStrategy
java.lang.Object
net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy.BatchTrainingSetEpochStrategy
- All Implemented Interfaces:
- EpochStrategy
public class BatchTrainingSetEpochStrategy
- extends Object
- implements EpochStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchTrainingSetEpochStrategy
public BatchTrainingSetEpochStrategy()
performIteration
public void performIteration(EvaluationMediator evaluationMediator)
- Description copied from interface:
EpochStrategy
- Perform the iteration of the provided Neural Network.
- Specified by:
performIteration
in interface EpochStrategy
- Parameters:
evaluationMediator
- The Neural Network to perform the epoch on.
Copyright © 2009 CIRG. All Rights Reserved.