node2vec
node2vec copied to clipboard
How to extract edge feature
we can extract node feature with the node2vec. How to extract edge feature
May be you need transX model
If you refer to the node2vec paper on page 5 you can find that one can use multiple methods to calculate edge embeddings from node embeddings using simple mathematical formulas.
close #65