Modifier and Type | Method and Description |
---|---|
LogAbstraction |
LogAbstraction.clone() |
Constructor and Description |
---|
LogAbstraction(LogAbstraction abstraction,
gnu.trove.map.TObjectIntMap<nl.tue.astar.Trace> converted,
int lengthLongestTrace,
int[] maxOccInTrace) |
Modifier and Type | Field and Description |
---|---|
protected LogAbstraction |
OptimalMiner.origLog |
Modifier and Type | Method and Description |
---|---|
protected double |
OptimalMiner.getLogDistance(LogAbstraction log)
Levenshtein like distance
Assumes that traceMapping is kept consistent throughout the log edit operations!
|
Modifier and Type | Method and Description |
---|---|
static double |
DistanceHelper.getFitness(org.processmining.plugins.etm.model.narytree.NAryTree model,
LogAbstraction logAbstraction,
org.processmining.plugins.etm.fitness.BehaviorCounter behC,
double totalCost,
org.deckfour.xes.classification.XEventClasses eventClasses,
nl.tue.astar.AStarThread.Canceller canceller) |
Modifier and Type | Field and Description |
---|---|
protected LogAbstraction |
SearchState.logAbstraction |
Modifier and Type | Method and Description |
---|---|
LogAbstraction |
SearchState.getLogAbstraction() |
Modifier and Type | Method and Description |
---|---|
void |
SearchState.setLogAbstraction(LogAbstraction logAbstraction) |
Constructor and Description |
---|
SearchState(LogAbstraction logAbstraction,
M model) |