I have a question when doing biased truncated random walks: if I have an edge file that has probabilities rather than edge weights (floats over integers), does this change how the biased_walk example works? I am specifying that my walk lengths should be ~100, yet the output file contains many shorter walks.
I have a question when doing biased truncated random walks: if I have an edge file that has probabilities rather than edge weights (floats over integers), does this change how the biased_walk example works? I am specifying that my walk lengths should be ~100, yet the output file contains many shorter walks.