We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d1d07 commit 1735895Copy full SHA for 1735895
data/README.md
@@ -0,0 +1,16 @@
1
+# FaultyRank test dataset
2
+
3
+We are providing a very simple and pre-built graph to test FaultyRank.
4
5
+# Directory Structure
6
7
+```
8
+data/test_graph.txt: a prebuild graph.
9
+data/test_unfilled.txt: @todo
10
11
12
+@todo: explain what are weighted nodes in 1 sentence.
13
+@todo: explain what is unfilled node and how it is used to identify weighted nodes.
14
15
+## Experiment Overview
16
+@todo
data/test_graph.txt
@@ -0,0 +1,5 @@
+0 2
+1 0
+2 0
+2 3
+3 2
data/test_unfilled.txt
@@ -0,0 +1 @@
+0
0 commit comments