Package | Description |
---|---|
org.processmining.generalizedconformance.precision | |
org.processmining.generalizedconformance.precision.automata |
Modifier and Type | Field and Description |
---|---|
protected EntropyResult |
EntropyPrecisionRecall.logModelResult |
protected EntropyResult |
EntropyPrecisionRecall.logResult |
protected EntropyResult |
EntropyPrecisionRecall.modelResult |
Modifier and Type | Method and Description |
---|---|
EntropyResult |
EntropyPrecisionRecall.getLogModelResult() |
EntropyResult |
EntropyPrecisionRecall.getLogResult() |
EntropyResult |
EntropyPrecisionRecall.getModelResult() |
Constructor and Description |
---|
EntropyPrecisionRecall(EntropyResult logModelResult,
EntropyResult modelResult,
EntropyResult logResult,
double percentFitting) |
Modifier and Type | Method and Description |
---|---|
static EntropyResult |
PrecisionRecallComputer.getEntropyLogResult(org.processmining.framework.plugin.PluginContext context,
org.processmining.framework.plugin.ProMCanceller canceller,
org.deckfour.xes.model.XLog log,
java.lang.String logName,
org.processmining.projectedrecallandprecision.helperclasses.EfficientLog elog,
java.lang.String[] names) |
static EntropyResult |
TopologicalEntropyComputer.getTopologicalEntropy(dk.brics.automaton2.Automaton a,
java.lang.String name,
org.processmining.framework.plugin.ProMCanceller canceller) |
static EntropyResult |
TopologicalEntropyComputer.getTopologicalEntropy(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net)
Computes topological entropy of a Petri net.
|
Modifier and Type | Method and Description |
---|---|
static EntropyPrecisionRecall |
PrecisionRecallComputer.getPrecisionAndRecall(org.processmining.framework.plugin.PluginContext context,
org.processmining.framework.plugin.ProMCanceller canceller,
org.deckfour.xes.model.XLog log,
org.processmining.acceptingpetrinet.models.AcceptingPetriNet net,
org.deckfour.xes.classification.XEventClassifier eventClassifier,
EntropyResult resultL)
Computes Precision and Recall for event log and an accepting petri net.
|