Created
February 25, 2009 17:20
-
-
Save drewconway/70293 to your computer and use it in GitHub Desktop.
This file contains 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
#Store network data as plain text file to be analyzed later | |
twitter_net._name=seed+'_k'+str(k) # Name the network after the seed and the number of snowball rounds | |
NX.write_edgelist(twitter_net,path='drewconway_k2.edgelist',delimiter='\t') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment