Skip to content

Commit 1735895

Browse files
committed
Adding test files to data/
1 parent b5d1d07 commit 1735895

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

data/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0 2
2+
1 0
3+
2 0
4+
2 3
5+
3 2

data/test_unfilled.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0

0 commit comments

Comments
 (0)