Class Entropy
- java.lang.Object
-
- org.processmining.stochasticawareconformancechecking.helperclasses.Entropy
-
public class Entropy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intcheckEqualityEveryIterations
-
Constructor Summary
Constructors Constructor Description Entropy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareEqual(double[] previous, double[] current)static doubleentropy(StochasticDeterministicFiniteAutomaton automaton)static voidmain(java.lang.String... args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws UnsupportedAutomatonException- Throws:
UnsupportedAutomatonException
-
entropy
public static double entropy(StochasticDeterministicFiniteAutomaton automaton) throws UnsupportedAutomatonException
- Throws:
UnsupportedAutomatonException
-
areEqual
public static boolean areEqual(double[] previous, double[] current)
-
-