Class NonConvergenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.processmining.plugins.stochasticpetrinet.distribution.NonConvergenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonConvergenceException extends java.lang.ExceptionIt might be, that the EM-fitting algorithm used to fit densities to data values might not converge. Then this exception happens. Implementations using fitted distributions should be able to gracefully fall back to some simpler method (e.g., use theGaussianKernelDistribution)- Author:
- Andreas Rogge-Solti
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonConvergenceException()NonConvergenceException(java.lang.String message)NonConvergenceException(java.lang.String message, java.lang.Throwable cause)
-