Uses of Class
weka.filters.unsupervised.attribute.AbstractTimeSeries

Packages that use AbstractTimeSeries
weka.filters.unsupervised.attribute   
 

Uses of AbstractTimeSeries in weka.filters.unsupervised.attribute
 

Subclasses of AbstractTimeSeries in weka.filters.unsupervised.attribute
 class TimeSeriesDelta
          An instance filter that assumes instances form time-series data and replaces attribute values in the current instance with the difference between the current value and the equivalent attribute attribute value of some previous (or future) instance.
 class TimeSeriesTranslate
          An instance filter that assumes instances form time-series data and replaces attribute values in the current instance with the equivalent attribute attribute values of some previous (or future) instance.