Skip to content

Commit

Permalink
add how to run file
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRanasinghe committed Jun 5, 2024
1 parent ce1f365 commit a9f985c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions code/GraphK-LR/how-to-run.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
step1 --> identify misbinned nodes
python step1_oblr.py -o <path-to-output-folder>/ -d <path-to-initial-tool-results-folder>/

step2 -->


step3 --> relabel using markers
python step3_relabelling_using_MG.py <path-to-initial-tool-results-folder>/ <path-to-output-folder>/

step4 --> label propagation
python step4_label_prop.py -o <path-to-output-folder>/ -d <path-to-initial-tool-results-folder>/ -b <name-of-initial-tool>




0 comments on commit a9f985c

Please sign in to comment.