JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
nl.liacs.timeseries.feature
,
nl.liacs.timeseries.gui
,
nl.liacs.timeseries.kernel
,
nl.liacs.timeseries.main
Class Hierarchy
java.lang.Object
nl.liacs.timeseries.kernel.
AbstractKernel
nl.liacs.timeseries.kernel.
ContinuousKernel
nl.liacs.timeseries.kernel.
ExponentialMovingAverage
nl.liacs.timeseries.kernel.
Gaussian
nl.liacs.timeseries.kernel.
MovingAverage
nl.liacs.timeseries.kernel.
DiscreteKernel
nl.liacs.timeseries.kernel.
BasicKernel
nl.liacs.timeseries.kernel.
Binarise
nl.liacs.timeseries.kernel.
BiWeight
nl.liacs.timeseries.kernel.
Cosine
nl.liacs.timeseries.kernel.
Epanechnikov
nl.liacs.timeseries.kernel.
Triangular
nl.liacs.timeseries.kernel.
TriCube
nl.liacs.timeseries.kernel.
TriWeight
nl.liacs.timeseries.kernel.
Uniform
nl.liacs.timeseries.kernel.
SimpleMovingAverage
nl.liacs.timeseries.kernel.
SimpleMovingMedian
nl.liacs.timeseries.kernel.
WeightedMovingAverage
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
nl.liacs.timeseries.main.
Table
javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel)
nl.liacs.timeseries.gui.
OperationTableModel
nl.liacs.timeseries.feature.
BasicFeature
nl.liacs.timeseries.feature.
AverageAbsoluteDeviation
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
ConditionalAverage
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
ConditionalCount
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
ConditionalIntegral
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
ConditionalPeakCount
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Correlation
(implements nl.liacs.timeseries.feature.
InterfaceTwoColumns
)
nl.liacs.timeseries.feature.
Covariance
(implements nl.liacs.timeseries.feature.
InterfaceTwoColumns
)
nl.liacs.timeseries.feature.
Integral
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
InterQuartileRange
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Maximum
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Mean
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Median
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
MedianAbsoluteDeviation
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Minimum
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Mode
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
RootMeanSquare
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
SignalsMagnitudeArea
(implements nl.liacs.timeseries.feature.
InterfaceMultipleColumns
)
nl.liacs.timeseries.feature.
StandardDeviation
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
nl.liacs.timeseries.feature.
Variance
(implements nl.liacs.timeseries.feature.
InterfaceOneColumn
)
java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
java.awt.Container
java.awt.Window (implements javax.accessibility.Accessible)
java.awt.Frame (implements java.awt.MenuContainer)
javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
nl.liacs.timeseries.gui.
MainWindow
(implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener)
nl.liacs.timeseries.gui.
PlotWindow
(implements java.awt.event.ActionListener, org.jfree.chart.event.PlotChangeListener)
nl.liacs.timeseries.gui.
PreferencesWindow
(implements java.awt.event.ActionListener)
nl.liacs.timeseries.gui.
ProgressWindow
(implements java.awt.event.ActionListener)
nl.liacs.timeseries.main.
TableWriter
nl.liacs.timeseries.main.
FileLoader
nl.liacs.timeseries.gui.
GUI
javax.swing.InputVerifier
nl.liacs.timeseries.gui.
RangeVerifier
nl.liacs.timeseries.main.
LinearRegression
(implements java.lang.Runnable)
nl.liacs.timeseries.main.
Operation
(implements java.util.concurrent.Callable<V>)
nl.liacs.timeseries.main.
ReflectionHelper
nl.liacs.timeseries.main.
Timer
Interface Hierarchy
nl.liacs.timeseries.feature.
InterfaceMultipleColumns
nl.liacs.timeseries.feature.
InterfaceOneColumn
nl.liacs.timeseries.feature.
InterfaceTwoColumns
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
nl.liacs.timeseries.gui.
OperationTableModel.OperationTableHeader
nl.liacs.timeseries.gui.
Range
nl.liacs.timeseries.main.
Separator
nl.liacs.timeseries.main.
Quickie
nl.liacs.timeseries.main.
Quickie.KernelField
nl.liacs.timeseries.main.
Quickie.FeatureField
nl.liacs.timeseries.main.
Pref
nl.liacs.timeseries.gui.
PlotWindow.PlotType
nl.liacs.timeseries.kernel.
Binarise.TestPolicy
nl.liacs.timeseries.kernel.
OutOfBoundsPolicy
nl.liacs.timeseries.feature.
ConditionalIntegral.TestPolicy
nl.liacs.timeseries.feature.
ConditionalAverage.TestPolicy
nl.liacs.timeseries.feature.
ConditionalCount.TestPolicy
nl.liacs.timeseries.feature.
ConditionalPeakCount.TestPolicy
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes