DeepGraphLearning / graphvite

GraphVite: A General and High-performance Graph Embedding System
https://graphvite.io
Apache License 2.0
1.23k stars 153 forks source link

Does DeepWalk support weighted edges? #9

Closed zhujiem closed 5 years ago

zhujiem commented 5 years ago

I am looking for a framework that supports DeepWalk on weighted graph. But I cannot find it in the docs. Thanks.

KiddoZhu commented 5 years ago

Yes, of course. All node embedding and knowledge graph embedding models support weighted edges.

Please refer to this answer for weighted edge list format.