From bf0e3f0d08ae5562a4f755c832756d60638a8e5d Mon Sep 17 00:00:00 2001 From: katinar Date: Fri, 29 Mar 2024 11:17:38 -0400 Subject: [PATCH] GML-1601 adding topological link prediction graphs --- .../topological_link_prediction/topo_link_pred1.csv | 8 ++++++++ .../topological_link_prediction/topo_link_pred2.csv | 7 +++++++ .../topological_link_prediction/topo_link_pred3.csv | 10 ++++++++++ .../topological_link_prediction/topo_link_pred4.csv | 8 ++++++++ .../topological_link_prediction/topo_link_pred5.csv | 5 +++++ .../topological_link_prediction/topo_link_pred6.csv | 1 + 6 files changed, 39 insertions(+) create mode 100644 tests/data/topological_link_prediction/topo_link_pred1.csv create mode 100644 tests/data/topological_link_prediction/topo_link_pred2.csv create mode 100644 tests/data/topological_link_prediction/topo_link_pred3.csv create mode 100644 tests/data/topological_link_prediction/topo_link_pred4.csv create mode 100644 tests/data/topological_link_prediction/topo_link_pred5.csv create mode 100644 tests/data/topological_link_prediction/topo_link_pred6.csv 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