Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.measures | |
org.processmining.plugins.stochasticpetrinet.measures.entropy |
Modifier and Type | Class and Description |
---|---|
class |
ListAbstractionLevel
Not really abstracting.
|
class |
MultiSetAbstractionLevel
Abstracting from permutations, but still keeping count of executions
|
class |
SetAbstractionLevel
Abstracts from sequences and only retains the set of elements in the sequence, disregards permutations and also frequencies.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AbstractionLevel> |
MeasureConfig.getAbstractionLevels() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractionLevel.compareTo(AbstractionLevel level) |
void |
MeasureProvider.setAbstractionLevel(AbstractionLevel level)
Tells the measure provider which abstraction level to use
|
Modifier and Type | Method and Description |
---|---|
void |
MeasureConfig.setAbstractionLevel(java.util.Collection<AbstractionLevel> abstractionLevels) |
Constructor and Description |
---|
MeasureConfig(AbstractionLevel... levels)
Creates a configuration with only a given abstraction level
|
MeasureConfig(AbstractionLevel[] levels,
MeasureProvider... providers) |
Modifier and Type | Method and 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) |
void |
AbstractEntropyCalculator.setAbstractionLevel(AbstractionLevel level) |
Constructor and Description |
---|
EntropyMeasure(AbstractionLevel level,
java.lang.String info) |
Outcome(org.deckfour.xes.model.XTrace trace,
AbstractionLevel level,
org.deckfour.xes.classification.XEventClasses eventClasses,
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> encoding) |