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, 10) = 10
$outbound = max(1, 10) = 10
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 10 * 10 = 100
Base_Influence (IV) = $inbound / $outbound = 10 / 10 = 1
// 3. Exponential Network Values (accumulating 16 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 100 *
( 28 [Killarney] *
4 [Tony Chambers] *
9 [Great Southern Hotel] *
16 [The Rainbow Ballroom Of Romance] *
9 [ballroom of romance] *
1 [The Ballroom of Romance Orchestra] *
1 [Twilight Serenades dance band] *
1 [Riverside Dance Hall] *
1 [Patrick Lindsay] *
1 [Paddy Donegan] *
1 [frank chambers] *
1 [Beat Minstrels Showband] *
16 [Marty Walsh] *
16 [Derrylin Starlight Dance Band] *
4 [glenfarne] *
4 [Bob Ormsby All Stars]
)
= 59.45B
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.75 [Killarney] *
1 [Tony Chambers] *
1 [Great Southern Hotel] *
1 [The Rainbow Ballroom Of Romance] *
1 [ballroom of romance] *
1 [The Ballroom of Romance Orchestra] *
1 [Twilight Serenades dance band] *
1 [Riverside Dance Hall] *
1 [Patrick Lindsay] *
1 [Paddy Donegan] *
1 [frank chambers] *
1 [Beat Minstrels Showband] *
1 [Marty Walsh] *
1 [Derrylin Starlight Dance Band] *
1 [glenfarne] *
1 [Bob Ormsby All Stars]
)
= 1.75
Outbound
10
Tags on post
Inbound
10
Posts tagging this
Connections
16
Total nodes
Base Node Strength
100
Base Node Influence
1
Strength Share (vs Direct Neighbours)
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)