diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-12-07 15:50:38 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-12-07 15:50:38 -0500 |
| commit | 566f9248c05db44133e3cbf145a4cbaf2fed140d (patch) | |
| tree | a5f723d37679b3904bb4cee41d0119438b484579 /src | |
| parent | 6acee2504b88f9cadca4dea9b7554b69a9858720 (diff) | |
| download | cascades-566f9248c05db44133e3cbf145a4cbaf2fed140d.tar.gz | |
end of RIP constants
Diffstat (limited to 'src')
| -rw-r--r-- | src/make_plots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_plots.py b/src/make_plots.py index 5a61c10..7c8bebb 100644 --- a/src/make_plots.py +++ b/src/make_plots.py @@ -40,7 +40,7 @@ def compare_greedy_and_lagrange_cs284r(): """ G = cascade_creation.InfluenceGraph(max_proba = .8) G.import_from_file("../datasets/subset_facebook_SNAPnormalize.txt") - A = cascade_creation.generate_cascades(G, p_init=.05, n_cascades=1000) + A = cascade_creation.generate_cascades(G, p_init=.05, n_cascades=50) #Greedy G_hat = algorithms.greedy_prediction(G, A) |
