Uses of Class
net.sourceforge.cilib.neuralnetwork.foundation.EvaluationMediator

Packages that use EvaluationMediator
net.sourceforge.cilib.neuralnetwork.foundation   
net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy   
net.sourceforge.cilib.neuralnetwork.foundation.measurements   
net.sourceforge.cilib.neuralnetwork.generic.evaluationmediators   
net.sourceforge.cilib.neuralnetwork.testarea   
 

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

Fields in net.sourceforge.cilib.neuralnetwork.foundation declared as EvaluationMediator
protected  EvaluationMediator NeuralNetworkProblem.evaluationStrategy
          Deprecated.  
 

Methods in net.sourceforge.cilib.neuralnetwork.foundation that return EvaluationMediator
 EvaluationMediator NeuralNetworkProblem.getEvaluationStrategy()
          Deprecated.  
 EvaluationMediator NeuralNetworkRetrievalVisitor.getMediator()
           
 

Methods in net.sourceforge.cilib.neuralnetwork.foundation with parameters of type EvaluationMediator
 void NeuralNetworkProblem.setEvaluationStrategy(EvaluationMediator evaluationStrategy)
          Deprecated.  
 

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

Methods in net.sourceforge.cilib.neuralnetwork.foundation.epochstrategy with parameters of type EvaluationMediator
 void EmptyEpochStrategy.performIteration(EvaluationMediator evaluationMediator)
          Perform the iteration of the provided Neural Network.
 void StochasticTrainingGeneralisationEpochStrategy.performIteration(EvaluationMediator evaluationMediator)
           
 void BatchTrainingSetEpochStrategy.performIteration(EvaluationMediator evaluationMediator)
           
 void EpochStrategy.performIteration(EvaluationMediator evaluationMediator)
          Perform the iteration of the provided Neural Network.
 

Uses of EvaluationMediator in net.sourceforge.cilib.neuralnetwork.foundation.measurements
 

Constructors in net.sourceforge.cilib.neuralnetwork.foundation.measurements with parameters of type EvaluationMediator
ErrorDg(EvaluationMediator eval)
           
ErrorDt(EvaluationMediator eval)
           
ErrorDv(EvaluationMediator eval)
           
 

Uses of EvaluationMediator in net.sourceforge.cilib.neuralnetwork.generic.evaluationmediators
 

Subclasses of EvaluationMediator in net.sourceforge.cilib.neuralnetwork.generic.evaluationmediators
 class FFNNEvaluationMediator
          Deprecated. 
 class SAILAEvaluationMediator
           
 

Uses of EvaluationMediator in net.sourceforge.cilib.neuralnetwork.testarea
 

Methods in net.sourceforge.cilib.neuralnetwork.testarea that return EvaluationMediator
 EvaluationMediator NNFunctionAdapter.getMediator()
           
 

Methods in net.sourceforge.cilib.neuralnetwork.testarea with parameters of type EvaluationMediator
 void NNFunctionAdapter.setMediator(EvaluationMediator mediator)
           
 



Copyright © 2009 CIRG. All Rights Reserved.