Interface IAggregateShapeSeries

  • All Superinterfaces:
    IShapeSeries
    All Known Implementing Classes:
    AggregateShapeSeries

    public interface IAggregateShapeSeries
    extends IShapeSeries
    Interface for a aggregate reduction multidimensional time series object.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • aggregatePtSize

        int aggregatePtSize​(int idx)
        Method that returns the number of points that were used to produce the aggregate point at the indicated index of the time series.
        Parameters:
        idx - The index of the point to get the information for
        Returns:
        The number of points in the original time series that were used to produce the aggregate point