mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 02:44:17 +00:00
421 B
421 B
È la mediana della media delle distanza tra nodi di un grafo tra ogni nodo.
\def \source {{\color{cyan} src}}
\def \destination {{\color{magenta} dst}}
\Large
\underset{\forall \source \in nodes}{\mathrm{median}} \bigg[
\underset{\forall \destination \in nodes}{\mathrm{average}} \bigg[
\mathrm{lengths} \big(
\source \to \destination
\big)
\bigg]
\bigg]