Uses of Class
weka.filters.unsupervised.attribute.AbstractTimeSeries
Packages that use AbstractTimeSeries
-
Uses of AbstractTimeSeries in weka.filters.unsupervised.attribute
Subclasses of AbstractTimeSeries in weka.filters.unsupervised.attributeModifier and TypeClassDescriptionclassAn 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.classAn instance filter that assumes instances form time-series data and replaces attribute values in the current instance with the equivalent attribute values of some previous (or future) instance.