- Direct Known Subclasses:
- MaxRepeatAlphabetDistanceXLog
public class DistanceXLog
extends java.lang.Object
This class is a general representation of a DistanceXLog, i.e. a distanceXLog is created out of
a groupedXLog. It incorporates a distance matrix denoting the distance between each of the DPI
in the groupedXLog.
The distance matrix can be based upon different distance metrics, for instance Levenshtein edit
distance. The different types of DistanceXLogs extend this general class.
The getDistance method returns the distance between two traces.
- Author:
- Niels Lambrigts (niels.lambrigts@gmail.com), Jochen De Weerdt (Jochen.DeWeerdt@econ.kuleuven.be)