Advocate for 2nd neighbour included in graph triangulation #166
KristinaUlicna
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Are we looking at 3 intersecting circles here ? if we add 2-hop neighbours, would this allow for more noise to enter the GT? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could also add the "flips": |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm generating ground truth graphs from a random graph into which I drew 3 circle motifs. I noticed that although the graph has all objects stored with they respective object identities (code snippet):
grace/grace/simulator/simulate_graph.py
Lines 245 to 246 in a173bc3
...the GT graph is not constructed correctly because some objects will form edges with the closeby noisy nodes due to the Delaunay triangulation:
I think what would really help out here would be a different type of triangulation:
Perhaps this could be beneficial for the cross-over object connections.
@marjanfamili tagging you for further discussions.
Beta Was this translation helpful? Give feedback.
All reactions