Created
October 12, 2021 15:43
-
-
Save Steboss/331304c9e439b73516f5888dab58d7ab to your computer and use it in GitHub Desktop.
Create the corpus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
walks = build_deepwalk_corpus(G, | |
num_paths = number_walks, | |
path_length = walk_length, | |
rand = random.Random(42) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment