Interface IAlignmentInfo

  • All Known Implementing Classes:
    SeriesWarpInfo

    public interface IAlignmentInfo
    Interface for information about alignment of a pair of multidimensional time series objects.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • getDistance

        double getDistance()
        Method that returns the distance of the alignment path stored in this info object.
        Returns:
        The distance for the path contained in this object
      • getPath

        IAlignmentPath getPath()
        Method that returns the alignment path for a pair of time series
        Returns:
        The alignment path for a pair of time series