diff --git a/content.tex b/content.tex index 05006a50..3f4b02ff 100644 --- a/content.tex +++ b/content.tex @@ -823,7 +823,7 @@ Looking at the data in smaller buckets of one hour each, the average number of s \todo{use better data?} %}}}fig:avg_out_edges -Experiments were performed, in which a percentage of random outgoing edges were added to the known sensor, based on the amount of incoming edged: +Experiments were performed, in which a percentage of random outgoing edges were added to the known sensor, based on the amount of incoming edges: \begin{figure}[H] \centering @@ -873,6 +873,8 @@ Experiments were performed, in which a percentage of random outgoing edges were % \caption{SensorRank distribution with initial rank \(\forall v \in V : \text{PR}(v) = 0.75\)}\label{fig:dist_sr_75} \end{figure} +These results showed, that simply adding new edges is not enough and we need to limit the incoming edges to improve the Page- and SensorRank metrics. +For the \ac{wcc} metric, it is obvious that even a single edge back into the main network is enough to connect the sensor back to the main graph and therefore beat this metric. %}}} eval creating edges diff --git a/report.pdf b/report.pdf index f04bd732..3fc02279 100644 Binary files a/report.pdf and b/report.pdf differ