Skip navigation links
A F G I L M O P R S W 

A

alphabetSizeTipText() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
Returns the tip text for the alphabet size

F

FlatToRelational - Class in weka.filters.unsupervised.timeseries
A filter that converts a flat representation of multivariate time series to a relational representation.
FlatToRelational() - Constructor for class weka.filters.unsupervised.timeseries.FlatToRelational
 

G

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.

I

invertRangeTipText() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
Returns the tip text for the invert range option
invertRangeTipText() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
Returns the tip text for the invert range option

L

listOptions() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
Returns an enumeration describing the available options.
listOptions() - Method in class weka.filters.unsupervised.timeseries.SAXTransformer
Returns an enumeration describing the available options.

M

main(String[]) - Static method in class weka.filters.unsupervised.timeseries.PAATransformer
Main method for running this filter.
main(String[]) - Static method in class weka.filters.unsupervised.timeseries.SAXTransformer
Main method for running this filter.

O

OneDimensionalTimeSeriesToString - Class in weka.filters.unsupervised.timeseries
A filter to concatenate the string representations of data points of a one dimensional time series that are given as values of a relational attribute (e.g., output of the SAXTransformer).
OneDimensionalTimeSeriesToString() - Constructor for class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
 

P

PAATransformer - Class in weka.filters.unsupervised.timeseries
A filter to perform the Piecewise Aggregate Approximation transformation to time series.

It uses the "N/n not equal an integer" generalization.
PAATransformer() - Constructor for class weka.filters.unsupervised.timeseries.PAATransformer
 

R

rangeTipText() - Method in class weka.filters.unsupervised.timeseries.OneDimensionalTimeSeriesToString
Returns the tip text for the ranges option
rangeTipText() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
Returns the tip text for the ranges option

S

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

W

weka.filters.unsupervised.timeseries - package weka.filters.unsupervised.timeseries
 
wTipText() - Method in class weka.filters.unsupervised.timeseries.PAATransformer
Returns the tip text for the W parameter
A F G I L M O P R S W 
Skip navigation links