blob: efcf7549a01a1a8c90861c3c761f094ad04e54a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\begin{figure}
\includegraphics[scale=.4]{figures/ROC_curve.pdf}
\caption{Precision-Recall curve Holme-Kim Model. 200 nodes, 16200 edges.}
\end{figure}
\begin{figure}
\includegraphics[scale=.4]{figures/watts_strogatz.pdf}
\caption{Watts-Strogatz Model. 200 nodes, 20000 edges.}
\end{figure}
\begin{itemize}
\item Compare edge recovery to First Edge and Greedy as number of cascades grows on different types of graphs...
\item Plot upper-bound of parameters in graph as number of cascades grows
\item Show robustness: plot recall and F1 score for graphs with different number of small edges + "corrected recall' etc...how many strong edges do we get, how many edges to we get in general?
\end{itemize}
|