Uses of Class
org.processmining.plugins.stochasticpetrinet.measures.entropy.Outcome
-
Packages that use Outcome Package Description org.processmining.plugins.stochasticpetrinet.measures.entropy -
-
Uses of Outcome in org.processmining.plugins.stochasticpetrinet.measures.entropy
Methods in org.processmining.plugins.stochasticpetrinet.measures.entropy that return types with arguments of type Outcome Modifier and Type Method Description protected abstract java.util.Map<Outcome,java.lang.Double>AbstractEntropyCalculator. getOutcomesAndCounts(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, AbstractionLevel level)protected java.util.Map<Outcome,java.lang.Double>EntropyCalculatorApproximate. getOutcomesAndCounts(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, AbstractionLevel level)protected java.util.Map<Outcome,java.lang.Double>EntropyCalculatorExact. getOutcomesAndCounts(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking initialMarking, AbstractionLevel level)Methods in org.processmining.plugins.stochasticpetrinet.measures.entropy with parameters of type Outcome Modifier and Type Method Description intOutcome. compareTo(Outcome o)Method parameters in org.processmining.plugins.stochasticpetrinet.measures.entropy with type arguments of type Outcome Modifier and Type Method Description protected EntropyMeasureAbstractEntropyCalculator. getEntropyForOutcomes(java.util.Map<Outcome,java.lang.Double> outcomesAndCounts)
-