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, 6) = 6
$outbound = max(1, 4) = 4
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 6 * 4 = 24
Base_Influence (IV) = $inbound / $outbound = 6 / 4 = 1.5
// 3. Exponential Network Values (accumulating 12 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 24 *
( 64 [Young the Giant] *
4 [Jason Burger] *
169 [The 1975] *
1 [Alex G] *
1 [Juliana Daugherty] *
36 [Car Seat Headrest] *
36 [The Pains Of Being Pure At Heart] *
36 [Bedroom pop] *
1 [Buck Meek] *
1 [AdriAnne Lenker] *
1 [James Krivchenia] *
1 [Max Oleartchik]
)
= 48.44B
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1.5 *
( 1 [Young the Giant] *
1 [Jason Burger] *
1 [The 1975] *
1 [Alex G] *
1 [Juliana Daugherty] *
1 [Car Seat Headrest] *
1 [The Pains Of Being Pure At Heart] *
1 [Bedroom pop] *
1 [Buck Meek] *
1 [AdriAnne Lenker] *
1 [James Krivchenia] *
1 [Max Oleartchik]
)
= 1.5
Outbound
6
Tags on post
Inbound
4
Posts tagging this
Connections
12
Total nodes
Base Node Strength
24
Base Node Influence
1.5
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)The 1975 45.07%Young the Giant 17.07%Car Seat Headrest 9.60%The Pains Of Being Pure At Heart 9.60%Bedroom pop 9.60%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)