A B C D E F G H I K L M N O P Q R S T U V W 

G

Gaussian - Class in nl.liacs.timeseries.kernel
Gaussian kernel: K(u) = 1 / (2Π * σ^2) * e^-((u - μ)^2 / (2 * σ^2)), where μ = 0 (μ = mu, σ = sigma).
Gaussian() - Constructor for class nl.liacs.timeseries.kernel.Gaussian
Constructs a standard Gaussian kernel, using mu = 0 and sigma = 1.
Gaussian(double, double) - Constructor for class nl.liacs.timeseries.kernel.Gaussian
Constructs a custom Gaussian kernel, using mu = 0 and the supplied sigma and cutoff.
Gaussian(double, double, int) - Constructor for class nl.liacs.timeseries.kernel.Gaussian
Constructs a custom Gaussian kernel, using mu = 0 and the supplied sigma cutoff and order.
get(int) - Static method in enum nl.liacs.timeseries.gui.OperationTableModel.OperationTableHeader
Returns the OperationTableHeader corresponding to the column index supplied as parameter.
get(OperationTableModel.OperationTableHeader) - Method in class nl.liacs.timeseries.main.Operation
Returns the value of the Operation corresponding to the OperationTableHeader column parameter.
get(String, String) - Static method in class nl.liacs.timeseries.main.ReflectionHelper
Returns the Object for the Field and Class given as parameter.
getCalculateMSE() - Method in class nl.liacs.timeseries.main.LinearRegression
Returns whether the mean squared error (mse) will be calculated.
getColumnCount() - Method in class nl.liacs.timeseries.gui.OperationTableModel
 
getColumnName(int) - Method in class nl.liacs.timeseries.gui.OperationTableModel
 
getColumnName(int) - Static method in enum nl.liacs.timeseries.gui.OperationTableModel.OperationTableHeader
Returns a String with the column name, or GUI_TEXT, corresponding to the column index supplied as parameter.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.BiWeight
Returns the correction factor used for this Kernel.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.Cosine
Gets the correction factor used for this Kernel.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Gets the correction factor used for this Kernel.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.Gaussian
Gets the correction factor used for this Kernel.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.Triangular
Gets the correction factor used for this Kernel.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.TriCube
Gets the correction factor used for this Kernel.
getCorrectionFactor() - Method in class nl.liacs.timeseries.kernel.TriWeight
Gets the correction factor used for this Kernel.
getDefaultPolicy() - Static method in enum nl.liacs.timeseries.kernel.OutOfBoundsPolicy
The application default OutOfBoundsPolicy.
getElapsedTime() - Method in class nl.liacs.timeseries.main.Timer
Returns the number of nanoseconds that have passed since the creation of the Timer.
getElapsedTimeString() - Method in class nl.liacs.timeseries.main.Timer
Returns a formatted String holding the number of minutes, seconds and milliseconds that have passed since the creation of the Timer.
getGuiText() - Method in class nl.liacs.timeseries.feature.BasicFeature
 
getGuiText() - Method in class nl.liacs.timeseries.feature.ConditionalAverage
 
getGuiText() - Method in class nl.liacs.timeseries.feature.ConditionalCount
 
getGuiText() - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
 
getGuiText() - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Correlation
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Integral
 
getGuiText() - Method in class nl.liacs.timeseries.feature.InterQuartileRange
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Maximum
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Mean
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Median
 
getGuiText() - Method in class nl.liacs.timeseries.feature.MedianAbsoluteDeviation
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Minimum
 
getGuiText() - Method in class nl.liacs.timeseries.feature.Mode
 
getGuiText() - Method in class nl.liacs.timeseries.feature.RootMeanSquare
 
getGuiText() - Method in class nl.liacs.timeseries.feature.SignalsMagnitudeArea
 
getGuiText() - Method in class nl.liacs.timeseries.feature.StandardDeviation
 
getGuiText() - Method in class nl.liacs.timeseries.kernel.AbstractKernel
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.Binarise
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.BiWeight
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.Cosine
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.Gaussian
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.MovingAverage
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.SimpleMovingAverage
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.SimpleMovingMedian
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.Triangular
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.TriCube
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.TriWeight
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.Uniform
Deprecated.
getGuiText() - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.AbstractKernel
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.Binarise
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.BiWeight
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.Cosine
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.Gaussian
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.MovingAverage
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.SimpleMovingAverage
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.SimpleMovingMedian
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.Triangular
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.TriCube
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.TriWeight
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.Uniform
Deprecated.
getHasDelay() - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.AbstractKernel
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.Binarise
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.BiWeight
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.ContinuousKernel
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.Cosine
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.Gaussian
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.MovingAverage
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.SimpleMovingAverage
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.SimpleMovingMedian
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.Triangular
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.TriCube
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.TriWeight
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.Uniform
Deprecated.
getHasOOBP() - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.AbstractKernel
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.Binarise
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.BiWeight
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.ContinuousKernel
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.Cosine
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.Gaussian
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.MovingAverage
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.SimpleMovingAverage
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.SimpleMovingMedian
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.Triangular
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.TriCube
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.TriWeight
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.Uniform
Deprecated.
getHasWidth() - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
Deprecated.
getInfo() - Method in class nl.liacs.timeseries.feature.ConditionalAverage
 
getInfo() - Method in class nl.liacs.timeseries.feature.ConditionalCount
 
getInfo() - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
 
getInfo() - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
 
getInfo() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Returns the String representation of this Kernel.
getInfo() - Method in class nl.liacs.timeseries.kernel.Gaussian
Returns the String representation of this Kernel.
getIntercept() - Method in class nl.liacs.timeseries.main.LinearRegression
Return the intercept for the LinearRegression.
getIsCancelled() - Method in class nl.liacs.timeseries.gui.ProgressWindow
Returns whether the Cancel button has been pressed.
getIsClosed() - Method in class nl.liacs.timeseries.gui.ProgressWindow
Returns whether the user attempted to close the window using the window default Close button (Look & Feel specific).
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.BasicFeature
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.ConditionalAverage
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.ConditionalCount
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Correlation
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Integral
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.InterQuartileRange
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Maximum
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Mean
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Median
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.MedianAbsoluteDeviation
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Minimum
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.Mode
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.RootMeanSquare
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.SignalsMagnitudeArea
 
getIsSingleColumn() - Method in class nl.liacs.timeseries.feature.StandardDeviation
 
getKernel() - Method in class nl.liacs.timeseries.kernel.BasicKernel
 
getKernel() - Method in class nl.liacs.timeseries.kernel.DiscreteKernel
Returns the discrete representation of this kernel.
getKernel(double, int, boolean) - Static method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Constructs an array of size theWidth, with values that either increase or decrease based on inverse.
getKernel(double, double, boolean) - Static method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Constructs an array with a size determined using theThreshold, and with values that either increase or decrease based on inverse.
getKernel() - Method in class nl.liacs.timeseries.kernel.Gaussian
Gets the values of this Kernel.
getMaximum() - Method in enum nl.liacs.timeseries.gui.Range
Return the maximum for the Range.
getMinimum() - Method in enum nl.liacs.timeseries.gui.Range
Return the maximum for the Range.
getMSE() - Method in class nl.liacs.timeseries.main.LinearRegression
Return the mean squared error (mse) for the LinearRegression.
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.BasicFeature
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.ConditionalAverage
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.ConditionalCount
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Correlation
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Integral
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.InterQuartileRange
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Maximum
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Mean
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Median
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.MedianAbsoluteDeviation
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Minimum
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.Mode
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.RootMeanSquare
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.SignalsMagnitudeArea
 
getNrExtraFields() - Method in class nl.liacs.timeseries.feature.StandardDeviation
 
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.AbstractKernel
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.Binarise
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.BiWeight
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.Cosine
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.Gaussian
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.MovingAverage
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.SimpleMovingAverage
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.SimpleMovingMedian
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.Triangular
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.TriCube
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.TriWeight
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.Uniform
Deprecated.
getNrExtraFields() - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
Deprecated.
getNrRows() - Method in class nl.liacs.timeseries.main.Table
Returns the number of rows, or records, in this Table.
getOrder() - Method in class nl.liacs.timeseries.kernel.Gaussian
Gets the order of this Kernel.
getR() - Method in class nl.liacs.timeseries.main.LinearRegression
Return the correlation as calculated by Pearson's r for the LinearRegression.
getRowCount() - Method in class nl.liacs.timeseries.gui.OperationTableModel
 
getSamplingRate() - Method in class nl.liacs.timeseries.main.Table
Returns the sampling rate (in Hz.) of the data in the Table.
getShortText() - Method in class nl.liacs.timeseries.feature.BasicFeature
 
getShortText() - Method in class nl.liacs.timeseries.feature.ConditionalAverage
 
getShortText() - Method in class nl.liacs.timeseries.feature.ConditionalCount
 
getShortText() - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
 
getShortText() - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
 
getShortText() - Method in class nl.liacs.timeseries.feature.Correlation
 
getShortText() - Method in class nl.liacs.timeseries.feature.Integral
 
getShortText() - Method in class nl.liacs.timeseries.feature.InterQuartileRange
 
getShortText() - Method in class nl.liacs.timeseries.feature.Maximum
 
getShortText() - Method in class nl.liacs.timeseries.feature.Mean
 
getShortText() - Method in class nl.liacs.timeseries.feature.Median
 
getShortText() - Method in class nl.liacs.timeseries.feature.MedianAbsoluteDeviation
 
getShortText() - Method in class nl.liacs.timeseries.feature.Minimum
 
getShortText() - Method in class nl.liacs.timeseries.feature.Mode
 
getShortText() - Method in class nl.liacs.timeseries.feature.RootMeanSquare
 
getShortText() - Method in class nl.liacs.timeseries.feature.SignalsMagnitudeArea
 
getShortText() - Method in class nl.liacs.timeseries.feature.StandardDeviation
 
getShortText() - Method in class nl.liacs.timeseries.kernel.AbstractKernel
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.BasicKernel
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.Binarise
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.BiWeight
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.Cosine
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.Epanechnikov
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.Gaussian
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.MovingAverage
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.SimpleMovingAverage
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.SimpleMovingMedian
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.Triangular
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.TriCube
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.TriWeight
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.Uniform
Deprecated.
getShortText() - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
Deprecated.
getSlope() - Method in class nl.liacs.timeseries.main.LinearRegression
Return the slope for the LinearRegression.
getSource() - Method in class nl.liacs.timeseries.main.Table
Return the full path of the original File that was used to create the Table.
getTable() - Method in class nl.liacs.timeseries.main.FileLoader
Returns a Table if the loader was able to parse the input file successfully, and null otherwise.
getTablePath() - Method in class nl.liacs.timeseries.main.Operation
Returns the String representation of the Path of the Table on which the Operation is to be performed.
getTimeStamps() - Method in class nl.liacs.timeseries.main.Table
Returns the long[] containing the time stamps.
getValidJump(double) - Method in class nl.liacs.timeseries.feature.BasicFeature
 
getValue() - Method in enum nl.liacs.timeseries.kernel.OutOfBoundsPolicy
Returns the double corresponding to the OutOfBoundsPolicy.
getValueAt(int, int) - Method in class nl.liacs.timeseries.gui.OperationTableModel
 
GUI - Class in nl.liacs.timeseries.gui
Convenience class for building GUI elements, static methods only.
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.BasicFeature
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalAverage
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalCount
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalIntegral
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalPeakCount
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Correlation
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Integral
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.InterQuartileRange
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Maximum
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Mean
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Median
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.MedianAbsoluteDeviation
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Minimum
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.Mode
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.RootMeanSquare
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.SignalsMagnitudeArea
 
GUI_NAME - Static variable in class nl.liacs.timeseries.feature.StandardDeviation
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.BasicKernel
The GUI name for this kernel.
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.Binarise
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.BiWeight
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.Cosine
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.Epanechnikov
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.Gaussian
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.MovingAverage
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.SimpleMovingAverage
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.SimpleMovingMedian
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.Triangular
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.TriCube
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.TriWeight
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.Uniform
 
GUI_NAME - Static variable in class nl.liacs.timeseries.kernel.WeightedMovingAverage
 
GUI_TEXT - Variable in enum nl.liacs.timeseries.gui.OperationTableModel.OperationTableHeader
The GUI text of the OperationTableHeader.
A B C D E F G H I K L M N O P Q R S T U V W