How is this calculated?
The math continuously tracks how strongly this post is connected to the rest of the network. Every tag forms a 2-way link. The base stats determine personal node strength, and the pie charts below show this node's share against its direct neighbours.
// 1. Base variables (floored at 1 to prevent zero-multiplication math errors)
$inbound = max(1, 2) = 2
$outbound = max(1, 3) = 3
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 2 * 3 = 6
Base_Influence (IV) = $inbound / $outbound = 2 / 3 = 0.6667
// 3. Exponential Network Values (accumulating 19 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 6 *
( 1 [Vierdaagse] *
1 [de-Affaire] *
36 [Nijmegen] *
1 [Architecture in Nijmegen] *
1 [Society of Nijmegen] *
1 [Sports in Nijmegen] *
1 [W.J. Brender à Brandis] *
144 [Keizer Karelplein] *
1 [North portal of Sint-Servaasbasiliek] *
1 [Rectory of Sint-Servaasbasiliek] *
1 [Julianaboom, Keizer Karelplein, Maastricht] *
1 [Keizer Karelplein 16, Maastricht] *
1 [Keizer Karelplein 19, Maastricht] *
1 [Keizer Karelplein 3, Maastricht] *
1 [Keizer Karelplein 4, Maastricht] *
1 [Keizer Karelplein 5, Maastricht] *
1 [Keizer Karelplein 8, Maastricht] *
1 [Keizer Karelplein 9, Maastricht] *
1 [War memorial Sint-Servaasbasiliek, Maastricht]
)
= 31.1K
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 0.6667 *
( 1 [Vierdaagse] *
1 [de-Affaire] *
1 [Nijmegen] *
1 [Architecture in Nijmegen] *
1 [Society of Nijmegen] *
1 [Sports in Nijmegen] *
1 [W.J. Brender à Brandis] *
1 [Keizer Karelplein] *
1 [North portal of Sint-Servaasbasiliek] *
1 [Rectory of Sint-Servaasbasiliek] *
1 [Julianaboom, Keizer Karelplein, Maastricht] *
1 [Keizer Karelplein 16, Maastricht] *
1 [Keizer Karelplein 19, Maastricht] *
1 [Keizer Karelplein 3, Maastricht] *
1 [Keizer Karelplein 4, Maastricht] *
1 [Keizer Karelplein 5, Maastricht] *
1 [Keizer Karelplein 8, Maastricht] *
1 [Keizer Karelplein 9, Maastricht] *
1 [War memorial Sint-Servaasbasiliek, Maastricht]
)
= 0.6667