Class TimeseriesFastWavelet

    • Constructor Detail

      • TimeseriesFastWavelet

        public TimeseriesFastWavelet()
    • Method Detail

      • getValue

        protected double getValue​(DataPoint point)
        Returns the X-value of the DataPoint.
        Specified by:
        getValue in class AbstractFastWavelet<Timeseries>
        Parameters:
        point - the point to get the X-Value from
        Returns:
        the X-value
      • newDataPoint

        protected DataPoint newDataPoint​(DataPoint oldPoint,
                                         double x)
        Creates a new DataPoint based on the old one and the new X value.
        Specified by:
        newDataPoint in class AbstractFastWavelet<Timeseries>
        Parameters:
        oldPoint - the old DataPoint
        x - the new X value
        Returns:
        the new DataPoint
      • newDataPoint

        protected DataPoint newDataPoint​(List<DataPoint> points,
                                         int index,
                                         double x)
        Creates a new DataPoint based on the index and the new X value. Used for padded points.
        Specified by:
        newDataPoint in class AbstractFastWavelet<Timeseries>
        Parameters:
        points - the original points
        index - the index of the padded point
        x - the new X value
        Returns:
        the new DataPoint