public class NetAttachment
extends java.lang.Object
AlignedStepDiscovery
),
it is used to attach the alternative predictions and to add the probabilities. Whether an alternative is included
or not depends on a probability difference of the (average) confidence of the first prediction and the (average) confidence of its alternative.
The accepted difference can be defined by the user in the parameter setup.Constructor and Description |
---|
NetAttachment() |
Modifier and Type | Method and Description |
---|---|
org.processmining.models.graphbased.directed.petrinet.Petrinet |
attachInformation(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog alignedLog,
Parameters parameters) |
protected static void |
removeOccurenceNumbers(org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.Petrinet net)
Removes occurrence numbers from transition labels and from event labels in the log, since they are not needed anymore after the trace alignment step,
and would make the id-mapping more complex.
|
public org.processmining.models.graphbased.directed.petrinet.Petrinet attachInformation(org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog alignedLog, Parameters parameters)
protected static void removeOccurenceNumbers(org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.Petrinet net)