Uses of Class
org.encog.neural.NeuralNetworkError

Packages that use NeuralNetworkError
org.encog.neural.networks.training This package provides training for neural networks. 
org.encog.neural.pattern This package contains many helper classes to create neural network types. 
 

Uses of NeuralNetworkError in org.encog.neural.networks.training
 

Subclasses of NeuralNetworkError in org.encog.neural.networks.training
 class TrainingError
          Thrown when a training error occurs.
 

Uses of NeuralNetworkError in org.encog.neural.pattern
 

Subclasses of NeuralNetworkError in org.encog.neural.pattern
 class PatternError
          This class is thrown when an error occurs while using one of the neural network pattern classes.
 



Copyright © 2011. All Rights Reserved.