public class CompletenessEstimation
extends java.lang.Object
It will parse the file names with wild character, e.g. '*' and '?', call the log parser, and call estimators as specified.
| Constructor and Description |
|---|
CompletenessEstimation(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
| Modifier and Type | Method and Description |
|---|---|
static CompletenessResult |
doExperiment(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog[] logs) |
static CompletenessResult |
doExperimentOnAllLogs(org.processmining.contexts.uitopia.UIPluginContext context) |
static org.deckfour.xes.model.XLog |
doFix(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
StatRes |
getResult() |
void |
processLog(Estimator estmtr)
Process a log file and Estimate population information based on the log.
|
static javax.swing.JComponent |
visualize(org.processmining.framework.plugin.PluginContext context,
CompletenessResult result) |
public CompletenessEstimation(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier)
public static org.deckfour.xes.model.XLog doFix(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
throws java.lang.InstantiationException
java.lang.InstantiationExceptionpublic static CompletenessResult doExperimentOnAllLogs(org.processmining.contexts.uitopia.UIPluginContext context) throws java.lang.Exception
java.lang.Exceptionpublic static CompletenessResult doExperiment(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog[] logs) throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic static javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context,
CompletenessResult result)
public void processLog(Estimator estmtr)
logFile - the name of the log fileep - epsiloncf - confidence levelpublic StatRes getResult()