While there has been a lot of talk about defining the similarity between nodes in the embedding space, I don't seem to come across any talking about defining the similarity between nodes in the original, non-embedded graph. Any suggestions as to how to explain such?
Asked
Active
Viewed 70 times
1 Answers
0
If the nodes you mention have inherent features, you could encode the features in a way that is similar. For example, nodes involving user data could have features like location, gender, etc.
And if you mean similarity in terms of connected/neighboring edges, you could probably define your own node feature vector such as one-hot encoding to the nodes it is connected to ( like an adjacency matrix).
Amirtha Varshini A S
- 11
- 2