类 TimeSeriesDelta

所有已实现的接口:
Serializable, CapabilitiesHandler, OptionHandler, RevisionHandler, UnsupervisedFilter

public class TimeSeriesDelta extends TimeSeriesTranslate
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. For instances where the time-shifted value is unknown either the instance may be dropped, or missing values used. Skips the class attribute if it is set.

Valid options are:

 -R <index1,index2-index4,...>
  Specify list of columns to translate in time. First and
  last are valid indexes. (default none)
 -V
  Invert matching sense (i.e. calculate for all non-specified columns)
 -I <num>
  The number of instances forward to translate values
  between. A negative number indicates taking values from
  a past instance. (default -1)
 -M
  For instances at the beginning or end of the dataset where
  the translated values are not known, remove those instances
  (default is to use missing values).
版本:
$Revision: 5547 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • TimeSeriesDelta

      public TimeSeriesDelta()
  • 方法详细资料