Skip to content

Commit

Permalink
corrected demo file locations, files are not included in repository t…
Browse files Browse the repository at this point in the history
…hough
  • Loading branch information
tweninger committed Jan 13, 2016
1 parent e57bb6e commit b894bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HRG.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
# G = nx.barabasi_albert_graph(1000,3)
# G = nx.connected_watts_strogatz_graph(200,8,.2)

# G = nx.read_edgelist("../demo_graphs/as20000102.txt")
# G = nx.read_edgelist("../Phoenix/demo_graphs/as20000102.txt")
# G = nx.read_edgelist("../Phoenix/demo_graphs/CA-GrQc.txt")
# G = nx.read_edgelist("../demo_graphs/Email-Enron.txt")
# G = nx.read_edgelist("../demo_graphs/Brightkite_edges.txt")
# G = nx.read_edgelist("../Phoenix/demo_graphs/Email-Enron.txt")
# G = nx.read_edgelist("../Phoenix/demo_graphs/Brightkite_edges.txt")


# Example From KDD Paper
Expand Down

0 comments on commit b894bdd

Please sign in to comment.