This commit is contained in:
Valentin Brandl 2022-04-15 17:42:47 +02:00
parent 12e29391b8
commit 0bdcb4d184
2 changed files with 3 additions and 1 deletions

View File

@ -823,7 +823,7 @@ Looking at the data in smaller buckets of one hour each, the average number of s
\todo{use better data?} \todo{use better data?}
%}}}fig:avg_out_edges %}}}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] \begin{figure}[H]
\centering \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} % \caption{SensorRank distribution with initial rank \(\forall v \in V : \text{PR}(v) = 0.75\)}\label{fig:dist_sr_75}
\end{figure} \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 %}}} eval creating edges

Binary file not shown.