Skip to content
Snippets Groups Projects
Commit a274b275 authored by Bogdan Alexandru DUMITRESCU's avatar Bogdan Alexandru DUMITRESCU
Browse files

Update README.md

parent 29e1f268
Branches main
No related tags found
No related merge requests found
Program and data for paper "Community-Augmented Local-Link Intensity: a score for
anomaly detection in graphs", by T.A. Badea, B.Dumitrescu,
submitted to CoDIT 2023.
This folder contains:
- main.py: program generating CALLI scores for a graph.
Set syntheticGraph = True/False for synthetic/Libra graph and run.
- synth_graph_g7.csv - the synthetic graph G7 (described in the paper)
- Libra_bank_3months_graph.csv - Libra graph
- synth_graph_g7_calli.csv: CALLI scores for the synthetic graph
- Libra_bank_3months_graph_calli.csv: CALLI scores for Libra graph
These two files are obtained by running the program.
Copyright: You can use the programs at will, with no guarantee whatsoever.
Please cite the paper if you use these programs.
Program and data for paper "Community-Augmented Local-Link Intensity: a score for
anomaly detection in graphs", by T.A. Badea, B.Dumitrescu,
CoDIT 2023.
This folder contains:
- main.py: program generating CALLI scores for a graph.
Set syntheticGraph = True/False for synthetic/Libra graph and run.
- synth_graph_g7.csv - the synthetic graph G7 (described in the paper)
- Libra_bank_3months_graph.csv - Libra graph
- synth_graph_g7_calli.csv: CALLI scores for the synthetic graph
- Libra_bank_3months_graph_calli.csv: CALLI scores for Libra graph
These two files are obtained by running the program.
Copyright: You can use the programs at will, with no guarantee whatsoever.
Please cite the paper if you use these programs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment