From e28676f198b437a6cdce961f5dda1247b263202c Mon Sep 17 00:00:00 2001 From: jeanpouget-abadie Date: Wed, 4 Feb 2015 14:34:37 -0500 Subject: routine commit --- paper/figures/watts_strogatz.pdf | Bin 13719 -> 13567 bytes paper/sections/experiments.tex | 2 +- src/make_plots.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/figures/watts_strogatz.pdf b/paper/figures/watts_strogatz.pdf index cdc2bfa..79df8d4 100644 Binary files a/paper/figures/watts_strogatz.pdf and b/paper/figures/watts_strogatz.pdf differ diff --git a/paper/sections/experiments.tex b/paper/sections/experiments.tex index 9580ef8..efcf754 100644 --- a/paper/sections/experiments.tex +++ b/paper/sections/experiments.tex @@ -1,5 +1,5 @@ \begin{figure} -\includegraphics[scale=.4]{figures/watts_strogatz.pdf} +\includegraphics[scale=.4]{figures/ROC_curve.pdf} \caption{Precision-Recall curve Holme-Kim Model. 200 nodes, 16200 edges.} \end{figure} diff --git a/src/make_plots.py b/src/make_plots.py index 1b3a9df..28d89e2 100644 --- a/src/make_plots.py +++ b/src/make_plots.py @@ -112,7 +112,7 @@ if __name__=="__main__": #convex_optimization.sparse_recovery) #algorithms.greedy_prediction) convex_optimization.sparse_recovery) - if 1: + if 0: compute_graph("../datasets/powerlaw_200_30_point3.txt", n_cascades=200, lbda=.01, passed_function= #convex_optimization.sparse_recovery) -- cgit v1.2.3-70-g09d2