public class HeuristicsMinerProcessModel extends ProcessModel
| Constructor and Description |
|---|
HeuristicsMinerProcessModel(org.deckfour.xes.model.XLog log,
ImprovedATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ProcessModel |
add(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces)
Create a new process model.
|
ProcessModel |
clone() |
org.deckfour.xes.model.XLog |
filterNegatives(org.deckfour.xes.model.XLog logWithNegatives) |
float |
getCorrectness(Metric m,
org.deckfour.xes.model.XLog log) |
org.processmining.models.heuristics.HeuristicsNet |
getHeuristicsNet() |
java.lang.Object |
getInternalObject() |
java.util.List<Metric> |
getSupportedMetrics() |
getCorrectness, getCorrectness, getCorrectness, getCorrectness, getCorrectness, getCorrectness, getCorrectness, getDefaultMetric, getLog, setDefaultMetricpublic HeuristicsMinerProcessModel(org.deckfour.xes.model.XLog log,
ImprovedATCParameters parameters,
org.processmining.plugins.heuristicsnet.miner.heuristics.miner.settings.HeuristicsMinerSettings settings)
public org.deckfour.xes.model.XLog filterNegatives(org.deckfour.xes.model.XLog logWithNegatives)
public ProcessModel add(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces)
ProcessModeladd in class ProcessModeltraces - The traces that should be used in combination with the log
used to create this process model to create the new process
model.public float getCorrectness(Metric m, org.deckfour.xes.model.XLog log)
getCorrectness in class ProcessModelpublic org.processmining.models.heuristics.HeuristicsNet getHeuristicsNet()
public java.util.List<Metric> getSupportedMetrics()
getSupportedMetrics in class ProcessModelpublic ProcessModel clone()
clone in class ProcessModelpublic java.lang.Object getInternalObject()
getInternalObject in class ProcessModel