diff options
| -rw-r--r-- | paper/figures/watts_strogatz.pdf | bin | 13719 -> 13567 bytes | |||
| -rw-r--r-- | paper/sections/experiments.tex | 2 | ||||
| -rw-r--r-- | 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 Binary files differindex cdc2bfa..79df8d4 100644 --- a/paper/figures/watts_strogatz.pdf +++ b/paper/figures/watts_strogatz.pdf 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) |
