Uses of Interface
net.sourceforge.cilib.neuralnetwork.foundation.NNError

Packages that use NNError
net.sourceforge.cilib.neuralnetwork.foundation   
net.sourceforge.cilib.neuralnetwork.generic.datacontainers   
net.sourceforge.cilib.neuralnetwork.generic.errorfunctions   
 

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

Fields in net.sourceforge.cilib.neuralnetwork.foundation declared as NNError
protected  NNError[] EvaluationMediator.errorDg
           
protected  NNError[] NeuralNetworkController.errorDt
          Deprecated.  
protected  NNError[] EvaluationMediator.errorDt
           
protected  NNError[] EvaluationMediator.errorDv
           
protected  NNError[] EvaluationMediator.prototypeError
           
 

Methods in net.sourceforge.cilib.neuralnetwork.foundation that return NNError
 NNError NNError.getClone()
          Create a cloned copy of the current object and return it.
 NNError[] NeuralNetworkController.getError()
          Deprecated.  
 NNError[] EvaluationMediator.getErrorDg()
           
 NNError[] EvaluationMediator.getErrorDt()
           
 NNError[] EvaluationMediator.getErrorDv()
           
 NNError[] EvaluationMediator.getPrototypeError()
           
 NNError[] NeuralNetworkProblem.learningEpoch()
          Deprecated.  
 

Methods in net.sourceforge.cilib.neuralnetwork.foundation with parameters of type NNError
 void EvaluationMediator.addPrototypError(NNError proto)
           
 void EvaluationMediator.computeErrorIteration(NNError[] err, TypeList output, NNPattern input)
           
 void EvaluationMediator.finaliseErrors(NNError[] err)
           
 void EvaluationMediator.resetError(NNError[] err)
           
 void EvaluationMediator.setErrorDg(NNError[] errorDg)
           
 void EvaluationMediator.setErrorDt(NNError[] errorDt)
           
 void EvaluationMediator.setErrorDv(NNError[] errorDv)
           
 void EvaluationMediator.setErrorNoOutputs(NNError[] err, int nr)
           
 void EvaluationMediator.setErrorNoPatterns(NNError[] err, int nr)
           
 

Uses of NNError in net.sourceforge.cilib.neuralnetwork.generic.datacontainers
 

Fields in net.sourceforge.cilib.neuralnetwork.generic.datacontainers declared as NNError
protected  NNError DynamicPatternSelectionData.prototypeError
           
 

Fields in net.sourceforge.cilib.neuralnetwork.generic.datacontainers with type parameters of type NNError
protected  ArrayList<NNError> DynamicPatternSelectionData.informativeness
           
 

Methods in net.sourceforge.cilib.neuralnetwork.generic.datacontainers that return NNError
 NNError DynamicPatternSelectionData.getPrototypeError()
           
 

Methods in net.sourceforge.cilib.neuralnetwork.generic.datacontainers with parameters of type NNError
protected  void DynamicPatternSelectionData.prioritisePattern(NNPattern p, NNError inform)
           
 void DynamicPatternSelectionData.setPrototypeError(NNError baseError)
           
 

Uses of NNError in net.sourceforge.cilib.neuralnetwork.generic.errorfunctions
 

Classes in net.sourceforge.cilib.neuralnetwork.generic.errorfunctions that implement NNError
 class ClassificationErrorReal
           
 class MSEErrorFunction
           
 

Methods in net.sourceforge.cilib.neuralnetwork.generic.errorfunctions that return NNError
 NNError ClassificationErrorReal.getClone()
           
 NNError MSEErrorFunction.getClone()
           
 



Copyright © 2009 CIRG. All Rights Reserved.