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

Packages that use TimeSeriesTranslate
weka.filters.unsupervised.attribute   
 

Uses of TimeSeriesTranslate in weka.filters.unsupervised.attribute
 

Subclasses of TimeSeriesTranslate 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.