Package | Description |
---|---|
org.processmining.antialignments.bruteforce | |
org.processmining.antialignments.test |
Modifier and Type | Class and Description |
---|---|
static class |
DistanceMetric.Edit |
static class |
DistanceMetric.Hamming |
static class |
DistanceMetric.LongestCommonSubsequence |
Modifier and Type | Method and Description |
---|---|
AntiAlignments |
DepthFirstTraceSearch.getAntiAlignments(short[][] log,
int maxLength,
double maxFactor,
DistanceMetric metric)
Search through the trace-space of the model and find a trace for which
the minimal distance to any of the traces in the log is as high as
possible.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestAntiAlignment.doExperimentForModelAndLog(java.lang.String path,
java.lang.String modelfile,
java.lang.String logfile,
DistanceMetric metric,
double maxFactor,
boolean verbose) |