-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refact: Separation of anomaly detection from drift detection #1133
- Loading branch information
1 parent
b4764dd
commit fd35fd0
Showing
73 changed files
with
522 additions
and
1,191 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
doc/rtd/content/99_appendices/appendix2/sub/mlpro_bf/10_layer0_elementary.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../content/99_appendices/appendix2/sub/mlpro_bf/40_layer3_application_support.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rtd/content/99_appendices/appendix2/sub/mlpro_bf/50_layer4_machine_learning.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
doc/rtd/content/99_appendices/appendix2/sub/mlpro_gt/10_dg.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
doc/rtd/content/99_appendices/appendix2/sub/mlpro_gt/20_native.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 18 additions & 20 deletions
38
.../content/99_appendices/appendix2/sub/mlpro_gt/images/MLPro-GT-Native_class_diagram.drawio
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+1.57 MB
(210%)
...pendices/appendix2/sub/mlpro_gt/images/MLPro-GT-Native_class_diagram.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+52.2 KB
(110%)
...t/99_appendices/appendix2/sub/mlpro_gt/images/MLPro-GT_class_diagram.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
doc/rtd/content/99_appendices/appendix2/sub/mlpro_oa/01_streams.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
doc/rtd/content/99_appendices/appendix2/sub/mlpro_oa/02_systems.rst.off
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...ces/appendix2/sub/mlpro_oa/streams/30_anomaly_detection/10_common_anomalies.rst
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
...dices/appendix2/sub/mlpro_oa/streams/30_anomaly_detection/10_instance_based.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _target_api_oa_stream_tasks_ad_ib: | ||
Instance-based anomalies and detectors | ||
====================================== | ||
|
||
|
||
.. image:: 10_instance_based/images/MLPro-OA-Anomaly-Detectors-IB_class_diagram.drawio.png | ||
:scale: 50% | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.anomalydetectors.instancebased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.anomalydetectors.anomalies.instancebased.basics | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
10_instance_based/* |
23 changes: 23 additions & 0 deletions
23
...mlpro_oa/streams/30_anomaly_detection/10_instance_based/10_common_anomalies.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. _target_api_oa_stream_tasks_ad_common_anomalies: | ||
Common anomalies | ||
================ | ||
|
||
.. automodule:: mlpro.oa.streams.tasks.anomalydetectors.anomalies.instancebased.point | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.anomalydetectors.anomalies.instancebased.group | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: | ||
|
||
|
||
.. automodule:: mlpro.oa.streams.tasks.anomalydetectors.anomalies.instancebased.contextual | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: |
9 changes: 9 additions & 0 deletions
9
...lpro_oa/streams/30_anomaly_detection/10_instance_based/20_common_algorithms.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _target_api_oa_stream_tasks_ad_common_algorithms: | ||
Common algorithms | ||
================= | ||
|
||
.. automodule:: mlpro.oa.streams.tasks.anomalydetectors.instancebased.detectors_point_group | ||
:members: | ||
:undoc-members: | ||
:private-members: | ||
:show-inheritance: |
Oops, something went wrong.