forked from JointCloud/JCC-DeepOD
41 lines
671 B
ReStructuredText
41 lines
671 B
ReStructuredText
Models for Time Series
|
|
========================================
|
|
|
|
|
|
.. automodule:: deepod.models.time_series
|
|
:no-members:
|
|
:no-inherited-members:
|
|
|
|
|
|
.. currentmodule:: deepod
|
|
|
|
|
|
|
|
implemented unsupervised anomaly detection models for time series data.
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
:template: class.rst
|
|
:toctree: generated
|
|
|
|
models.TimesNet
|
|
models.DCdetector
|
|
models.AnomalyTransformer
|
|
models.NCAD
|
|
models.TranAD
|
|
models.COUTA
|
|
models.TcnED
|
|
models.DeepIsolationForestTS
|
|
models.DeepSVDDTS
|
|
models.DeepSADTS
|
|
models.DevNetTS
|
|
models.PReNetTS
|
|
|
|
|
|
|
|
.. rubric:: References
|
|
|
|
.. bibliography::
|
|
:cited:
|
|
:labelprefix: B
|