All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object
|
+----weka.filters.Filter
|
+----weka.filters.AbstractTimeSeriesFilter
|
+----weka.filters.TimeSeriesTranslateFilter
|
+----weka.filters.TimeSeriesDeltaFilter
Valid filter-specific options are:
-R index1,index2-index4,...
Specify list of columns to calculate new values for.
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 take value differences 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 delta
values are not known, use missing values (default is to remove those
instances).
public TimeSeriesDeltaFilter()
public boolean setInputFormat(Instances instanceInfo) throws Exception
public static void main(String argv[])
All Packages Class Hierarchy This Package Previous Next Index WEKA's home