forked from JointCloud/JCC-DeepOD
53 lines
894 B
ReStructuredText
53 lines
894 B
ReStructuredText
Models for Tabular Data
|
|
------------------------------------------
|
|
|
|
|
|
.. automodule:: deepod.models.tabular
|
|
:no-members:
|
|
:no-inherited-members:
|
|
|
|
|
|
.. currentmodule:: deepod
|
|
|
|
|
|
Unsupervised Models
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
implemented unsupervised anomaly detection models
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
:template: class.rst
|
|
:toctree: generated
|
|
|
|
models.DeepSVDD
|
|
models.RCA
|
|
models.DevNet
|
|
models.DeepIsolationForest
|
|
models.REPEN
|
|
models.SLAD
|
|
models.ICL
|
|
models.RDP
|
|
models.GOAD
|
|
models.NeuTraL
|
|
|
|
Weakly-supervised Models
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
implemented weakly-sueprvised anomaly detection models
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
:template: class.rst
|
|
:toctree: generated
|
|
|
|
models.DevNet
|
|
models.DeepSAD
|
|
models.FeaWAD
|
|
models.RoSAS
|
|
models.PReNet
|
|
|
|
|
|
.. rubric:: References
|
|
|
|
.. bibliography::
|
|
:cited:
|
|
:labelprefix: B |