All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----weka.filters.Filter | +----weka.filters.AbstractTimeSeriesFilter | +----weka.filters.TimeSeriesTranslateFilter
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 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, use missing values (default is to remove those
instances).
public TimeSeriesTranslateFilter()
public boolean setInputFormat(Instances instanceInfo) throws java.lang.Exception
instanceInfo
- an Instances object containing the input instance
structure (any instances contained in the object are ignored - only the
structure is required).
public static void main(java.lang.String argv[])
argv
- should contain arguments to the filter: use -h for help
All Packages Class Hierarchy This Package Previous Next Index WEKA's home