net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy
Class BatchTrainingSetEpochStrategy

java.lang.Object
  extended by net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy.BatchTrainingSetEpochStrategy
All Implemented Interfaces:
EpochStrategy

public class BatchTrainingSetEpochStrategy
extends Object
implements EpochStrategy


Constructor Summary
BatchTrainingSetEpochStrategy()
           
 
Method Summary
 void performIteration(EvaluationMediator evaluationMediator)
          Perform the iteration of the provided Neural Network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchTrainingSetEpochStrategy

public BatchTrainingSetEpochStrategy()
Method Detail

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.