Reputation: 1
Can we use node embeddings for graph query reachability? For example, we have a directed graph (G). First, we will calculate the Node embeddings.
Can we check whether node u is reachable to node v using these node embeddings?
Upvotes: 0
Views: 57