Skip to content

Commit

Permalink
Merge pull request #146 from tigergraph/GML-1601
Browse files Browse the repository at this point in the history
[GML-1601] feat(data): add test graphs for topological link prediction algorithms;
  • Loading branch information
katinar authored Mar 29, 2024
2 parents 1818b7e + bf0e3f0 commit e48be02
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/data/topological_link_prediction/topo_link_pred1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source,target
A,C
A,D
A,E
E,F
F,G
B,G
B,H
7 changes: 7 additions & 0 deletions tests/data/topological_link_prediction/topo_link_pred2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source,target
A,C
B,C
A,D
A,E
B,G
B,H
10 changes: 10 additions & 0 deletions tests/data/topological_link_prediction/topo_link_pred3.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source,target
A,C
C,B
A,D
A,E
B,G
B,H
A,H
F,A
B,F
8 changes: 8 additions & 0 deletions tests/data/topological_link_prediction/topo_link_pred4.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source,target
A,C
A,D
A,E
A,H
A,F
F,D
F,G
5 changes: 5 additions & 0 deletions tests/data/topological_link_prediction/topo_link_pred5.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source,target
A,C
C,D
D,E
E,B
1 change: 1 addition & 0 deletions tests/data/topological_link_prediction/topo_link_pred6.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source,target

0 comments on commit e48be02

Please sign in to comment.