Skip to content

Commit

Permalink
Readme output added.
Browse files Browse the repository at this point in the history
  • Loading branch information
sraashis committed Dec 6, 2020
1 parent d594142 commit 6a423ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Project No. 1: <hr>

### This is the implementation of graph de-anonymization in two ways:
- **Seed Based**
- It includes iterative seed propagation technique by matching multi-hop neighborhood structure
Expand All @@ -6,7 +8,7 @@

### Usage for seed-based
- python seed_based_main.py -nw 32 -g1 seedbased/G1.edgelist -g2 seedbased/G2.edgelist -sm seedbased/seed_node_pairs.txt -out seedbased/seed_based_result.txt

### ***Final result is in output folder***
```commandline
-nw NUM_WORKERS, --num_workers Number of workers/processes.
-g1 G1_EDGELIST_FILE, --g1_edgelist_file, Path to g1 edgelist.
Expand Down Expand Up @@ -34,4 +36,6 @@
```
chmod x+u jobs.sh
./jobs.sh
```
```

### Question No 2: <hr>

0 comments on commit 6a423ff

Please sign in to comment.