Documentation of 'org.encog.neural.networks.training.TrainingError' Java class
TrainingError
org.encog.neural.networks.training

Class TrainingError

  • All Implemented Interfaces:
    java.io.Serializable


    public class TrainingError
    extends NeuralNetworkError
    Thrown when a training error occurs.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      TrainingError(java.lang.String msg)
      Construct a message exception.
      TrainingError(java.lang.Throwable t)
      Construct an exception that holds another exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TrainingError

        public TrainingError(java.lang.String msg)
        Construct a message exception.
        Parameters:
        msg - The exception message.
      • TrainingError

        public TrainingError(java.lang.Throwable t)
        Construct an exception that holds another exception.
        Parameters:
        t - The other exception.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.