org.encog.ml.bayesian
Class BayesianError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.encog.EncogError
-
- org.encog.ml.bayesian.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.
-
-
-
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