diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-04 14:34:37 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-04 14:34:37 -0500 |
| commit | e28676f198b437a6cdce961f5dda1247b263202c (patch) | |
| tree | 0405dadc17fc362b3b42be7b727f8bc08ab25937 | |
| parent | 71cf5d890df71701d0fd60f1907a1cc63b508cbf (diff) | |
| download | cascades-e28676f198b437a6cdce961f5dda1247b263202c.tar.gz | |
routine commit
| -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) |
