ThunderRW
ThunderRW copied to clipboard
where are the output random walks?
I run the execute command, but I can not find the output random walks.
Thanks for your question.
By default, we do not materialize the log sequence to keep consistent with the counterpart for a fair comparison. If you want to log the sequence of each walk, you can add the macro LOG_SEQUENCE at Line 10 in random_walk/types.h. Then, the member variable seq_ in WalkerMeta records the sequence of the walker. You can manipulate it as necessary. For example, in DeepWalk.cpp, after the invocation of the compute function, the vector walker records the statistics of each walker.
If you have any further questions, please feel free to contact me.