Closed david-chapela closed 1 year ago
When computing the trigrams, it makes sense to include the trigrams (NULL, NULL, A), (NULL, A, B) to represent the start of a trace, and the trigrams (X, NULL, NULL) and (X, Y, NULL) for the end of the trace. Otherwise, you will somehow lose information, particularly in the case of short traces. This trick, is akin to adding artificial start and end events when computing the DFG.
Implement EMD metric to structurally compare two event logs.
ABD
orACD
).