You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains the implementation and resources related to the Anomaly Detection domain within the Code Graph Analysis Pipeline project.
4
+
5
+
## Entry Points
6
+
7
+
The following scripts serve as entry points for various anomaly detection tasks and reports. They will be invoked by [AllReports.sh](./../../scripts/reports/compilations/AllReports.sh) an its sub-scripts dynamically by their names.
8
+
9
+
-[anomalyDetectionCsv.sh](./anomalyDetectionCsv.sh): Entry point for CSV reports based solely on Graph queries.
10
+
-[anomalyDetectionPython.sh](./anomalyDetectionPython.sh): Entry point for Python-based anomaly detection tasks and reports.
11
+
-[anomalyDetectionVisualization.sh](./anomalyDetectionVisualization.sh): Entry point for Graph visualization reports.
12
+
-[anomalyDetectionMarkdown.sh](./anomalyDetectionMarkdown.sh): Entry point for generating the Markdown summary report.
13
+
14
+
## Folder Structure
15
+
16
+
-[documentation](./documentation): Contains documentation including architecture diagrams.
17
+
-[explore](./explore/): Jupyter notebooks for interactive, exploratory anomaly detection analysis.
18
+
-[features](./features/): Cypher queries to extract features and run graph algorithms relevant for anomaly detection.
19
+
-[graphs](./graphs/): Cypher queries and GraphViz templates for Graph visualizations related to anomaly detection.
20
+
-[labels](./labels/): Cypher queries label nodes that represent specific archetypes.
21
+
-[queries](./queries/): Cypher queries to identify anomalies based on various (deterministic/explainable) criteria.
22
+
-[reset](./reset/): Cypher queries to reset the graph database state related to anomaly detection.
23
+
-[summary](./summary/): Markdown templates and resources for generating the summary report.
0 commit comments