mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 02:44:17 +00:00
16 lines
421 B
Markdown
16 lines
421 B
Markdown
|
[[Misura]] in un [[grafo]].
|
||
|
|
||
|
È la [[mediana]] della [[media]] delle [[distanza tra nodi di un grafo|distanze]] 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]
|
||
|
$$
|