Package | Description |
---|---|
org.processmining.projectedrecallandprecision.framework | |
org.processmining.projectedrecallandprecision.plugins |
Modifier and Type | Method and Description |
---|---|
static boolean |
LogModelFramework.addTraceToAutomaton(RunAutomaton2 modelAutomaton,
DFA logAutomaton,
EfficientLog log,
int trace,
short[] projectionKey,
org.processmining.framework.plugin.ProMCanceller canceller)
Add trace to log automaton and returns whether the trace can be replayed
on the model.
|
ProjectedRecallPrecisionResult |
LogModelFramework.apply(M model,
EfficientLog log,
CompareParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |
static java.util.Set<java.lang.String> |
LogModelFramework.getActivitiesLog(EfficientLog log) |
static org.processmining.plugins.InductiveMiner.Pair<java.lang.Integer,DFA> |
LogModelFramework.processLog(EfficientLog log,
RunAutomaton2 modelAutomaton,
org.processmining.framework.plugin.ProMCanceller canceller,
java.lang.String... names) |
org.processmining.plugins.InductiveMiner.Pair<java.lang.Double,java.lang.Double> |
LogModelFramework.recallPrecisionOverActivity(M model,
EfficientLog log,
java.util.Set<java.lang.String> logActivities,
java.util.Set<java.lang.String> modelActivities,
CompareParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller,
java.lang.String... names) |
Modifier and Type | Method and Description |
---|---|
static ProjectedRecallPrecisionResult |
CompareLog2PetriNetPlugin.measure(EfficientLog efficientLog,
org.processmining.acceptingpetrinet.models.AcceptingPetriNet model,
CompareParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |
static ProjectedRecallPrecisionResult |
CompareLog2EfficientTreePlugin.measure(EfficientLog efficientLog,
org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree efficientModel,
CompareParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |
static ProjectedRecallPrecisionResult |
CompareLog2PetriNetPlugin.measure(EfficientLog efficientLog,
org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree efficientModel,
CompareParameters parameters,
org.processmining.framework.plugin.ProMCanceller canceller) |