Class SeriesWarpInfo

  • All Implemented Interfaces:
    IAlignmentInfo

    public class SeriesWarpInfo
    extends Object
    implements IAlignmentInfo
    Author:
    Thomas Abeel, Stan Salvador, stansalvador@hotmail.com, refactored by Dustin Kempton, Data Mining Lab, Georgia State University
    • Constructor Detail

      • SeriesWarpInfo

        public SeriesWarpInfo​(double dist,
                              IAlignmentPath wp)
        Constructor
        Parameters:
        dist - The sum of the distance between each of the point mappings in the path
        wp - The point mappings between two input point series
    • Method Detail

      • getDistance

        public double getDistance()
        Description copied from interface: IAlignmentInfo
        Method that returns the distance of the alignment path stored in this info object.
        Specified by:
        getDistance in interface IAlignmentInfo
        Returns:
        The distance for the path contained in this object
      • getPath

        public IAlignmentPath getPath()
        Description copied from interface: IAlignmentInfo
        Method that returns the alignment path for a pair of time series
        Specified by:
        getPath in interface IAlignmentInfo
        Returns:
        The alignment path for a pair of time series