Package org.palladiosimulator.edp2.distancemetrics


package org.palladiosimulator.edp2.distancemetrics
  • Class
    Description
    The activator class controls the plug-in life cycle
    This is the interface, that every distance metric has to implement in order to be integrated in the UI.
    This algorithm calculates the distance with the Dynamic Time Warping principle.
    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.
    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.