Class GainEntropyPlugin
- java.lang.Object
-
- org.processmining.stochasticawareconformancechecking.plugins.GainEntropyPlugin
-
public class GainEntropyPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GainEntropyPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double>compute(org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.StochasticNet pnB, org.processmining.framework.plugin.ProMCanceller canceller)A: recall, B: precisionorg.processmining.framework.util.HTMLToStringcomputeSPNSDFA(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.StochasticNet pnB)
-
-
-
Method Detail
-
computeSPNSDFA
public org.processmining.framework.util.HTMLToString computeSPNSDFA(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.StochasticNet pnB) throws org.processmining.models.semantics.IllegalTransitionException, UnsupportedPetriNetException, java.lang.CloneNotSupportedException, UnsupportedLogException, UnsupportedAutomatonException- Throws:
org.processmining.models.semantics.IllegalTransitionExceptionUnsupportedPetriNetExceptionjava.lang.CloneNotSupportedExceptionUnsupportedLogExceptionUnsupportedAutomatonException
-
compute
public static org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double> compute(org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.StochasticNet pnB, org.processmining.framework.plugin.ProMCanceller canceller) throws UnsupportedLogException, org.processmining.models.semantics.IllegalTransitionException, UnsupportedPetriNetException, java.lang.CloneNotSupportedException, UnsupportedAutomatonExceptionA: recall, B: precision- Parameters:
log-pnB-canceller-- Returns:
- Throws:
UnsupportedLogExceptionorg.processmining.models.semantics.IllegalTransitionExceptionUnsupportedPetriNetExceptionjava.lang.CloneNotSupportedExceptionUnsupportedAutomatonException
-
-