diff --git a/tests/data/topological_link_prediction/topo_link_pred1.csv b/tests/data/topological_link_prediction/topo_link_pred1.csv new file mode 100644 index 00000000..5fe03fd1 --- /dev/null +++ b/tests/data/topological_link_prediction/topo_link_pred1.csv @@ -0,0 +1,8 @@ +source,target +A,C +A,D +A,E +E,F +F,G +B,G +B,H \ No newline at end of file diff --git a/tests/data/topological_link_prediction/topo_link_pred2.csv b/tests/data/topological_link_prediction/topo_link_pred2.csv new file mode 100644 index 00000000..140dc5e9 --- /dev/null +++ b/tests/data/topological_link_prediction/topo_link_pred2.csv @@ -0,0 +1,7 @@ +source,target +A,C +B,C +A,D +A,E +B,G +B,H \ No newline at end of file diff --git a/tests/data/topological_link_prediction/topo_link_pred3.csv b/tests/data/topological_link_prediction/topo_link_pred3.csv new file mode 100644 index 00000000..0b534f58 --- /dev/null +++ b/tests/data/topological_link_prediction/topo_link_pred3.csv @@ -0,0 +1,10 @@ +source,target +A,C +C,B +A,D +A,E +B,G +B,H +A,H +F,A +B,F \ No newline at end of file diff --git a/tests/data/topological_link_prediction/topo_link_pred4.csv b/tests/data/topological_link_prediction/topo_link_pred4.csv new file mode 100644 index 00000000..c94c25d5 --- /dev/null +++ b/tests/data/topological_link_prediction/topo_link_pred4.csv @@ -0,0 +1,8 @@ +source,target +A,C +A,D +A,E +A,H +A,F +F,D +F,G \ No newline at end of file diff --git a/tests/data/topological_link_prediction/topo_link_pred5.csv b/tests/data/topological_link_prediction/topo_link_pred5.csv new file mode 100644 index 00000000..95da4695 --- /dev/null +++ b/tests/data/topological_link_prediction/topo_link_pred5.csv @@ -0,0 +1,5 @@ +source,target +A,C +C,D +D,E +E,B \ No newline at end of file diff --git a/tests/data/topological_link_prediction/topo_link_pred6.csv b/tests/data/topological_link_prediction/topo_link_pred6.csv new file mode 100644 index 00000000..ca24a3ba --- /dev/null +++ b/tests/data/topological_link_prediction/topo_link_pred6.csv @@ -0,0 +1 @@ +source,target \ No newline at end of file