- getAlphabetSize() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
Returns the alphabet size
- getCapabilities() - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
Returns the Capabilities of this filter.
- getCapabilities() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Returns the Capabilities of this filter.
- getCapabilities() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Returns the Capabilities of this filter.
- getDoNotKeepOtherAttributes() - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- getInvertRange() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Returns whether the attribute ranges should be inverted
- getInvertRange() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Returns whether the attribute ranges should be inverted
- getMultiInstanceCapabilities() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Returns the capabilities of this multi-instance filter for the relational
data (i.e., the bags).
- getNumVariables() - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- getOptions() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Gets the current settings of the filter.
- getOptions() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Gets the current settings of the filter.
- getOptions() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
Gets the current settings of the filter.
- getRange() - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- getRange() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Gets the attribute ranges to which the filter should be applied
- getRange() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Gets the attribute ranges to which the filter should be applied
- getRevision() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Returns the revision string.
- getRevision() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
Returns the revision string.
- getTechnicalInformation() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
- getTechnicalInformation() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
- getW() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Gets the W
factor for the PAA transformation
- globalInfo() - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- globalInfo() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
- globalInfo() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Returns a string describing this filter.
- globalInfo() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
Returns a string describing this filter.
- SAXTransformer - Class in weka.filters.unsupervised.timeseries
-
A filter to perform the Symbolic Aggregate Approximation transformation to time series.
The filter can handle arbitrarily big alphabet sizes.
For more information see:
Jessica Lin, Eamonn Keogh, Stefano Lonardi, Bill Chiu: A Symbolic Representation of Time Series, with Implications for Streaming Algorithms.
- SAXTransformer() - Constructor for class weka.filters.unsupervised.timeseries.SAXTransformer
-
- setAlphabetSize(int) - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
Sets the alphabet size
- setDoNotKeepOtherAttributes(boolean) - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- setInputFormat(Instances) - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
This method needs to be called before the filter is used to transform instances.
- setInputFormat(Instances) - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
This method needs to be called before the filter is used to transform instances.
- setInputFormat(Instances) - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
This method needs to be called before the filter is used to transform instances.
- setInvertRange(boolean) - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Sets whether the attribute ranges should be inverted
- setInvertRange(boolean) - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Sets whether the attribute ranges should be inverted
- setNumVariables(int) - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- setOptions(String[]) - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Parses a given list of options
- setOptions(String[]) - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Parses a given list of options
- setOptions(String[]) - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
-
Parses a given list of options
- setRange(String) - Method in class weka.filters.unsupervised.timeseries.FlatToRelational
-
- setRange(String) - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
-
Sets the attribute ranges to which the filter should be applied
- setRange(String) - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Sets the attribute ranges to which the filter should be applied
- setW(int) - Method in class weka.filters.unsupervised.timeseries.PAATransformer
-
Sets the W
factor for the PAA transformation