suanrong / SDNE

This is a implementation of SDNE (Structural Deep Network embedding)
http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding
322 stars 119 forks source link

how to find the corresponding node of the generated embedding? I want to find the embedding and it's corresponding node #15

Closed huang2960 closed 5 years ago

suanrong commented 5 years ago

The generated embedding follows the same order as the input node. The first embedding corresponds to the first node and so on.