org.encog.neural.networks.training
Class TrainingError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.EncogError
org.encog.neural.NeuralNetworkError
org.encog.neural.networks.training.TrainingError
- All Implemented Interfaces:
- Serializable
public class TrainingError
- extends NeuralNetworkError
Thrown when a training error occurs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TrainingError
public TrainingError(String msg)
- Construct a message exception.
- Parameters:
msg
- The exception message.
TrainingError
public TrainingError(Throwable t)
- Construct an exception that holds another exception.
- Parameters:
t
- The other exception.
Copyright © 2014. All Rights Reserved.