aboutsummaryrefslogtreecommitdiffstats
path: root/src/make_plots.py
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-02-04 10:52:26 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-02-04 10:52:26 -0500
commitb0afcfd95cc49b05a67a21de5c1ff2771628fc77 (patch)
tree43c426fcaaa560b0c712016f0b681357d0dbeb16 /src/make_plots.py
parent659f9b4d612dcf5d7e9eed98640be32baa1d108f (diff)
downloadcascades-b0afcfd95cc49b05a67a21de5c1ff2771628fc77.tar.gz
adding powerlaw dataset
Diffstat (limited to 'src/make_plots.py')
-rw-r--r--src/make_plots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_plots.py b/src/make_plots.py
index 980b613..daf5ca3 100644
--- a/src/make_plots.py
+++ b/src/make_plots.py
@@ -75,7 +75,7 @@ if __name__=="__main__":
#algorithms.greedy_prediction)
convex_optimization.type_lasso)
if 1:
- compute_graph("../datasets/watts_strogatz_300_30_point3.txt",
+ compute_graph("../datasets/powerlaw_200_30_point3.txt",
n_cascades=300, lbda=.002, passed_function=
convex_optimization.sparse_recovery)
#algorithms.greedy_prediction)