| Modifier and Type | Method and Description |
|---|---|
LogMetricResult |
TenFoldCrossValidationCompleteness.run(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalCompletenessMetric |
| Modifier and Type | Method and Description |
|---|---|
LogMetricResult |
GlobalCompletenessPlugin.requestConfidenceAndError(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
| Modifier and Type | Method and Description |
|---|---|
protected org.deckfour.xes.model.XAttribute |
AbstractXMetricsMetadataExtension.createMetricAttribute(LogMetricResult result)
This method creates and sets the attribute that stores the values of the
specified LogMetricResult result.
|
void |
AbstractXMetricsMetadataExtension.putMetric(org.deckfour.xes.model.XAttributeMap attributes,
LogMetricResult result) |
void |
AbstractXMetricsMetadataExtension.putMetric(org.deckfour.xes.model.XLog log,
LogMetricResult result)
Put new metric data in the log.
|
| Modifier and Type | Method and Description |
|---|---|
LogMetricResult |
DummyCompletenessMetric.run(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogMetricResult |
DummyComplexityMetric.run(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogMetricResult |
CGComplexityMetric.runChoice(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogMetricResult |
CGComplexityMetric.runEvents(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
Determine the mean number of events in a trace of the log.
|
LogMetricResult |
CGComplexityMetric.runIgnorance(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogMetricResult |
CGComplexityMetric.runMutation(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogMetricResult |
CGComplexityMetric.runScope(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |