Uses of Interface
net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy.EpochStrategy

Packages that use EpochStrategy
net.sourceforge.cilib.neuralnetwork.foundation   
net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy   
 

Uses of EpochStrategy in net.sourceforge.cilib.neuralnetwork.foundation
 

Methods in net.sourceforge.cilib.neuralnetwork.foundation that return EpochStrategy
 EpochStrategy EvaluationMediator.getEpochStrategy()
           
 

Methods in net.sourceforge.cilib.neuralnetwork.foundation with parameters of type EpochStrategy
 void EvaluationMediator.setEpochStrategy(EpochStrategy epochStrategy)
           
 

Uses of EpochStrategy in net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy
 

Classes in net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy that implement EpochStrategy
 class BatchTrainingSetEpochStrategy
           
 class EmptyEpochStrategy
          An epoch strategy for a Neural Network in which the epoch performs no actions at all.
 class StochasticTrainingGeneralisationEpochStrategy
           
 



Copyright © 2009 CIRG. All Rights Reserved.