Documentation of 'org.encog.ml.bayesian.BayesianError' Java class
BayesianError
org.encog.ml.bayesian

Class BayesianError

  • All Implemented Interfaces:
    java.io.Serializable


    public class BayesianError
    extends EncogError
    Thrown when an error occurs working with Bayesian networks.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      BayesianError(java.lang.String msg)
      Construct a message exception.
      BayesianError(java.lang.String msg, java.lang.Throwable t)
      Construct an exception that holds another exception.
      BayesianError(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

      • BayesianError

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

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

        public BayesianError(java.lang.String msg,
                             java.lang.Throwable t)
        Construct an exception that holds another exception.
        Parameters:
        msg - A message.
        t - The other exception.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.