Package org.palladiosimulator.edp2.distancemetrics
-
Interface Summary Interface Description DistanceMetric This is the interface, that every distance metric has to implement in order to be integrated in the UI. -
Class Summary Class Description Activator The activator class controls the plug-in life cycleDynamicTimeWarping This algorithm calculates the distance with the Dynamic Time Warping principle.EditDistanceOnRealSequence This algorithm is based on the description of the algorithm described in chapter 3.1 in the paper "Robust and Fast Similarity Search for Moving Object Trajectories" by Lei Chen, M.EuclideanDistance This algorithm calculates the distance with the Euclidean Distance and interpolates the values if the time values of the two current measurement points doesn't match.