public class Entropy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
checkEqualityEveryIterations |
Constructor and Description |
---|
Entropy() |
Modifier and Type | Method and Description |
---|---|
static boolean |
areEqual(double[] previous,
double[] current) |
static double |
entropy(StochasticDeterministicFiniteAutomaton automaton) |
static void |
main(java.lang.String... args) |
public static void main(java.lang.String... args) throws UnsupportedAutomatonException
UnsupportedAutomatonException
public static double entropy(StochasticDeterministicFiniteAutomaton automaton) throws UnsupportedAutomatonException
UnsupportedAutomatonException
public static boolean areEqual(double[] previous, double[] current)