You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to evaluate DeepWalk-c on the BlogCatalog dataset used in the DeepWalk paper.
using the scripts from https://github.com/phanein/deepwalk.
but we meet problem when construct the ouput vectors.
how to get the vertex number from the csr?
The text was updated successfully, but these errors were encountered:
after convertion, in csr, node ids are from 1 to 10312?
to get the original node ids, we need to sort the original node ids?
for example, if original node ids after sorted are from 4,8,13,...10234
in csr format ,node ids 1 is actual 4
node ids 2 is actual 8
node ids 10312 is actual 10234?
we want to evaluate DeepWalk-c on the BlogCatalog dataset used in the DeepWalk paper.
using the scripts from https://github.com/phanein/deepwalk.
but we meet problem when construct the ouput vectors.
how to get the vertex number from the csr?
The text was updated successfully, but these errors were encountered: