- Separator - Enum in nl.liacs.timeseries.main
-
Separator values, better known as delimiters, that are considered valid for
data files.
- setCalculateMSE(boolean) - Method in class nl.liacs.timeseries.main.LinearRegression
-
Sets whether the mean squared error will be calculated.
- setCutoff(double) - Method in class nl.liacs.timeseries.kernel.Gaussian
-
Sets a new cutoff
for this Kernel
.
- setFactor(double) - Method in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
-
Sets the decay factor used for the kernel.
- setOrder(int) - Method in class nl.liacs.timeseries.kernel.Gaussian
-
Sets a new order
, meaning the n-th derivative
of this Gaussian is calculated and used as kernel.
- setOutOfBoundsPolicy(OutOfBoundsPolicy) - Method in class nl.liacs.timeseries.feature.BasicFeature
-
- setOutOfBoundsPolicy(OutOfBoundsPolicy) - Method in class nl.liacs.timeseries.kernel.BasicKernel
-
- setOutOfBoundsPolicy(OutOfBoundsPolicy) - Method in class nl.liacs.timeseries.kernel.DiscreteKernel
-
- setOutOfBoundsPolicy(OutOfBoundsPolicy) - Method in class nl.liacs.timeseries.kernel.Gaussian
-
- setSamplingRate(float) - Method in class nl.liacs.timeseries.main.Table
-
Sets the sampling rate (in Hz.) of the data in the Table.
- setSigma(double) - Method in class nl.liacs.timeseries.kernel.Gaussian
-
Sets a new sigma
(σ) for this
Kernel
.
- setTestPolicy(ConditionalAverage.TestPolicy) - Method in class nl.liacs.timeseries.feature.ConditionalAverage
-
Sets the TestPolicy to be used by this kernel.
- setTestPolicy(ConditionalCount.TestPolicy) - Method in class nl.liacs.timeseries.feature.ConditionalCount
-
Sets the TestPolicy to be used by this kernel.
- setTestPolicy(ConditionalIntegral.TestPolicy) - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
-
Sets the TestPolicy to be used by this kernel.
- setTestPolicy(ConditionalPeakCount.TestPolicy) - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
-
Sets the TestPolicy to be used by this kernel.
- setTestPolicy(Binarise.TestPolicy) - Method in class nl.liacs.timeseries.kernel.Binarise
-
Sets the TestPolicy to be used by this Kernel
.
- setThreshold(double) - Method in class nl.liacs.timeseries.feature.ConditionalAverage
-
Sets the
threshold
used by this
Kernel
to
determine whether a value is set to either
0
or
1
, based on the
TestPolicy
.
- setThreshold(double) - Method in class nl.liacs.timeseries.feature.ConditionalCount
-
Sets the
threshold
used by this
Kernel
to
determine whether a value is set to either
0
or
1
, based on the
TestPolicy
.
- setThreshold(double) - Method in class nl.liacs.timeseries.feature.ConditionalIntegral
-
Sets the
threshold
used by this
Kernel
to
determine whether a value is set to either
0
or
1
, based on the
TestPolicy
.
- setThreshold(double) - Method in class nl.liacs.timeseries.feature.ConditionalPeakCount
-
Sets the
threshold
used by this
Kernel
to
determine whether a value is set to either
0
or
1
, based on the
TestPolicy
.
- setThreshold(double) - Method in class nl.liacs.timeseries.kernel.Binarise
-
Sets the
threshold
used by this
Kernel
to
determine whether a value is set to either
0
or
1
, based on the
TestPolicy
.
- setValue(int, String) - Method in class nl.liacs.timeseries.gui.ProgressWindow
-
Sets the value for the JProgressBar
used by the
window.
- setValue(double, String) - Method in class nl.liacs.timeseries.gui.ProgressWindow
-
Sets the value for the JProgressBar
used by the
window.
- setWeights(double[]) - Method in class nl.liacs.timeseries.kernel.WeightedMovingAverage
-
Sets the weights to be used for this Kernel
.
- setWidth(int) - Method in class nl.liacs.timeseries.kernel.BasicKernel
-
Sets the new width
for the Kernel
.
- setWidth(int) - Method in class nl.liacs.timeseries.kernel.DiscreteKernel
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.BasicFeature
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalAverage
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalCount
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalIntegral
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.ConditionalPeakCount
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Correlation
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Integral
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.InterQuartileRange
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Maximum
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Mean
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Median
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.MedianAbsoluteDeviation
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Minimum
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.Mode
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.RootMeanSquare
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.SignalsMagnitudeArea
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.feature.StandardDeviation
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.BasicKernel
-
The short name for this kernel.
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.Binarise
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.BiWeight
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.Cosine
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.Epanechnikov
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.ExponentialMovingAverage
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.Gaussian
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.MovingAverage
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.SimpleMovingAverage
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.SimpleMovingMedian
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.Triangular
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.TriCube
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.TriWeight
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.Uniform
-
- SHORT_NAME - Static variable in class nl.liacs.timeseries.kernel.WeightedMovingAverage
-
- SIGMA - Static variable in class nl.liacs.timeseries.kernel.Gaussian
-
Default σ for Gaussian kernels.
- SignalsMagnitudeArea - Class in nl.liacs.timeseries.feature
-
- SignalsMagnitudeArea(int, double) - Constructor for class nl.liacs.timeseries.feature.SignalsMagnitudeArea
-
- SimpleMovingAverage - Class in nl.liacs.timeseries.kernel
-
SimpleMovingAverage kernels calculate the output value based on the previous
and current value(s), using some configurable window width
.
- SimpleMovingAverage(int) - Constructor for class nl.liacs.timeseries.kernel.SimpleMovingAverage
-
Constructs a SimpleMovingAverage kernel.
- SimpleMovingMedian - Class in nl.liacs.timeseries.kernel
-
SimpleMovingMedian kernels calculate the output value based on the previous
and current value(s), using some configurable window width
.
- SimpleMovingMedian(int) - Constructor for class nl.liacs.timeseries.kernel.SimpleMovingMedian
-
- SLOPE_INDEX - Static variable in class nl.liacs.timeseries.main.LinearRegression
-
- square_brackets_replacement - Static variable in class nl.liacs.timeseries.main.Operation
-
- StandardDeviation - Class in nl.liacs.timeseries.feature
-
- StandardDeviation(int, double) - Constructor for class nl.liacs.timeseries.feature.StandardDeviation
-