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, 13) = 13
$outbound = max(1, 0) = 1
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 13 * 1 = 13
Base_Influence (IV) = $inbound / $outbound = 13 / 1 = 13
// 3. Exponential Network Values (accumulating 17 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 13 *
( 2 [Yamhill River] *
28 [Portland, Oregon] *
1 [Fairfax] *
1 [Barney Reservoir] *
1 [Willamette meteorite] *
1 [Maud Williamson State Recreation Site] *
1 [National Register of Historic Places in Yamhill County] *
1 [Newberg] *
1 [People of Yamhill County, Oregon] *
1 [Wheatland Ferry] *
1 [Willamina] *
1 [Yamhill] *
6 [William Ball Gilbert] *
2 [Confederated Tribes of the Grand Ronde Community of Oregon] *
2 [National Register of Historic Places in Yamhill County, Oregon] *
2 [Steamboats of the Yamhill River] *
2 [Yamhill, Oregon]
)
= 69.9K
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 13 *
( 2 [Yamhill River] *
1.75 [Portland, Oregon] *
1 [Fairfax] *
1 [Barney Reservoir] *
1 [Willamette meteorite] *
1 [Maud Williamson State Recreation Site] *
1 [National Register of Historic Places in Yamhill County] *
1 [Newberg] *
1 [People of Yamhill County, Oregon] *
1 [Wheatland Ferry] *
1 [Willamina] *
1 [Yamhill] *
0.6667 [William Ball Gilbert] *
0.5 [Confederated Tribes of the Grand Ronde Community of Oregon] *
0.5 [National Register of Historic Places in Yamhill County, Oregon] *
0.5 [Steamboats of the Yamhill River] *
0.5 [Yamhill, Oregon]
)
= 1.9
Outbound
13
Tags on post
Inbound
0
Posts tagging this
Connections
17
Total nodes
Base Node Strength
13
Base Node Influence
13
Strength Share (vs Direct Neighbours)
Dominant nodes (excluded from chart)Portland, Oregon 41.79%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)
No other posts link to this one yet.