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

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

public class StochasticTrainingGeneralisationEpochStrategy
extends Object
implements EpochStrategy


Constructor Summary
StochasticTrainingGeneralisationEpochStrategy()
           
 
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

StochasticTrainingGeneralisationEpochStrategy

public StochasticTrainingGeneralisationEpochStrategy()
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.