Class RelativeEntropy
- java.lang.Object
-
- org.processmining.stochasticawareconformancechecking.helperclasses.RelativeEntropy
-
public class RelativeEntropy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelativeEntropy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)static voidprepareAndCheckAutomaton(StochasticDeterministicFiniteAutomatonMapped a)static org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double>relativeEntropy(StochasticDeterministicFiniteAutomatonMapped a, StochasticDeterministicFiniteAutomatonMapped b)static org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double>relativeEntropyHalf(StochasticDeterministicFiniteAutomatonMapped a, StochasticDeterministicFiniteAutomatonMapped b)
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws java.lang.CloneNotSupportedException, UnsupportedAutomatonException- Throws:
java.lang.CloneNotSupportedExceptionUnsupportedAutomatonException
-
relativeEntropy
public static org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double> relativeEntropy(StochasticDeterministicFiniteAutomatonMapped a, StochasticDeterministicFiniteAutomatonMapped b) throws java.lang.CloneNotSupportedException, UnsupportedAutomatonException
- Type Parameters:
X-- Parameters:
a-b-- Returns:
- pair of (recall, precision)
- Throws:
java.lang.CloneNotSupportedExceptionUnsupportedAutomatonException
-
prepareAndCheckAutomaton
public static void prepareAndCheckAutomaton(StochasticDeterministicFiniteAutomatonMapped a) throws UnsupportedAutomatonException
- Throws:
UnsupportedAutomatonException
-
relativeEntropyHalf
public static org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double> relativeEntropyHalf(StochasticDeterministicFiniteAutomatonMapped a, StochasticDeterministicFiniteAutomatonMapped b) throws java.lang.CloneNotSupportedException, UnsupportedAutomatonException
- Type Parameters:
X-- Parameters:
a-b-- Returns:
- pair of (recall, precision), computed ignoring the probabilities of model/log.
- Throws:
java.lang.CloneNotSupportedExceptionUnsupportedAutomatonException
-
-