Class TimeseriesEquiDistance

  • All Implemented Interfaces:
    CleanUpHandler, Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, ShallowCopySupporter<Filter>, SizeOfHandler, Filter<Timeseries>, Serializable, Comparable

    public class TimeseriesEquiDistance
    extends AbstractEquiDistance<Timeseries>
    A filter for interpolating the values of a time series. One can either specify a fixed number of points or just use the same amount of points as currently in the input data.

    Valid options are:

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -num-points <int> (property: numPoints)
        The number of points to generate, '-1' will use the same amount of points 
        as currently in the input data.
        default: -1
        minimum: -1
     
    -allow-oversampling (property: allowOversampling)
        If set to true, then over-sampling is allowed, ie, generating more data 
        points than in the original data.
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • TimeseriesEquiDistance

        public TimeseriesEquiDistance()