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, 17) = 17
$outbound = max(1, 17) = 17
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 17 * 17 = 289
Base_Influence (IV) = $inbound / $outbound = 17 / 17 = 1
// 3. Exponential Network Values (accumulating 81 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 289 *
( 30 [3355409s] *
9 [Bennys Head] *
1 [frank west] *
529 [Danceline Records] *
49 [Power Of Dreams] *
49 [Ian Olney] *
36 [Ray Shulman] *
1 [Mick Lennox] *
1 [Keith Walker] *
4 [Erik Alcock] *
25 [Craig Walker] *
25 [Adolf Grunt] *
4 [Aidan McCarthy] *
1 [Martin Kelliher] *
1 [The Kidz] *
25 [paul o'mahony] *
49 [Belsonic Sound] *
4 [Jim O'Mahony] *
1 [Gene Russel] *
1 [Finny Corcoran] *
1 [Emmet O'Riordan] *
1 [Con O'Donovan] *
1 [Colin McCarty] *
49 [Burning Embers] *
4 [SEAN O'NEILL] *
1 [Niall Macken] *
1 [Mel Poland] *
1 [John Poland] *
4 [Gordon Ashe] *
1 [Christine Utzeri] *
9 [Ger Costelloe] *
81 [The O'Malleys] *
1 [Peter O'Malley] *
1 [Red Door Studios] *
9 [Ralf Lindheim] *
1 [James Hanley] *
1 [Eddie Clancy] *
4 [Dave Keary] *
1 [Brian Mulcahy] *
49 [Light A Big Fire] *
1 [Thomas McLaughlin] *
1 [Owen Conroy] *
1 [Ray Rowland] *
1 [Pete Dench] *
1 [Pat Diskin] *
25 [Mark Sheppard] *
1 [Anthony McCarthy] *
36 [Anthony & De Confidence] *
1 [Arty Lorrigan] *
1 [Pat O'Driscoll] *
4 [Liam Murphy] *
1 [Goirdai Ua Laoghaire] *
16 [Shimpu Zig Zag] *
9 [Jerry Fehily] *
4 [john shanahan] *
1 [liam shanahan] *
36 [The Boy The Boy] *
25 [Finn Corrigan] *
16 [Sid Rainey] *
9 [Martin Harte] *
4 [Enda McGoldrick] *
4 [Shane Boyce] *
1 [Very Much In Love] *
1 [Hooky] *
1 [Stephanie Vink] *
4 [Ruth Beecher] *
1 [Paul Prior] *
1 [Caroline Parr] *
49 [Expresso Mambo] *
9 [Mick Finnegan] *
1 [Marc Parry] *
1 [Mambo] *
1 [Kamla Das] *
1 [Johann DeWolf] *
1 [Eoghain MacCarthy] *
16 [Porcelyn Tears] *
1 [Kay Creedon] *
1 [Gerlyn Ryan] *
4 [Ann Redmond] *
1 [Berserk] *
1 [The Frank & Walters and Idol Joy]
)
= 8.56 x 10^46
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1.2 [3355409s] *
1 [Bennys Head] *
1 [frank west] *
1 [Danceline Records] *
1 [Power Of Dreams] *
1 [Ian Olney] *
1 [Ray Shulman] *
1 [Mick Lennox] *
1 [Keith Walker] *
1 [Erik Alcock] *
1 [Craig Walker] *
1 [Adolf Grunt] *
1 [Aidan McCarthy] *
1 [Martin Kelliher] *
1 [The Kidz] *
1 [paul o'mahony] *
1 [Belsonic Sound] *
1 [Jim O'Mahony] *
1 [Gene Russel] *
1 [Finny Corcoran] *
1 [Emmet O'Riordan] *
1 [Con O'Donovan] *
1 [Colin McCarty] *
1 [Burning Embers] *
1 [SEAN O'NEILL] *
1 [Niall Macken] *
1 [Mel Poland] *
1 [John Poland] *
1 [Gordon Ashe] *
1 [Christine Utzeri] *
1 [Ger Costelloe] *
1 [The O'Malleys] *
1 [Peter O'Malley] *
1 [Red Door Studios] *
1 [Ralf Lindheim] *
1 [James Hanley] *
1 [Eddie Clancy] *
1 [Dave Keary] *
1 [Brian Mulcahy] *
1 [Light A Big Fire] *
1 [Thomas McLaughlin] *
1 [Owen Conroy] *
1 [Ray Rowland] *
1 [Pete Dench] *
1 [Pat Diskin] *
1 [Mark Sheppard] *
1 [Anthony McCarthy] *
1 [Anthony & De Confidence] *
1 [Arty Lorrigan] *
1 [Pat O'Driscoll] *
1 [Liam Murphy] *
1 [Goirdai Ua Laoghaire] *
1 [Shimpu Zig Zag] *
1 [Jerry Fehily] *
1 [john shanahan] *
1 [liam shanahan] *
1 [The Boy The Boy] *
1 [Finn Corrigan] *
1 [Sid Rainey] *
1 [Martin Harte] *
1 [Enda McGoldrick] *
1 [Shane Boyce] *
1 [Very Much In Love] *
1 [Hooky] *
1 [Stephanie Vink] *
1 [Ruth Beecher] *
1 [Paul Prior] *
1 [Caroline Parr] *
1 [Expresso Mambo] *
1 [Mick Finnegan] *
1 [Marc Parry] *
1 [Mambo] *
1 [Kamla Das] *
1 [Johann DeWolf] *
1 [Eoghain MacCarthy] *
1 [Porcelyn Tears] *
1 [Kay Creedon] *
1 [Gerlyn Ryan] *
1 [Ann Redmond] *
1 [Berserk] *
1 [The Frank & Walters and Idol Joy]
)
= 1.2
Outbound
17
Tags on post
Inbound
17
Posts tagging this
Connections
81
Total nodes
Base Node Strength
289
Base Node Influence
1
Strength Share (vs Direct Neighbours)
17.53%
(8.56 × 1046 overall)
Dominant nodes (excluded from chart)Danceline Records 32.08%The O'Malleys 4.91%Power Of Dreams 2.97%Ian Olney 2.97%Belsonic Sound 2.97%Burning Embers 2.97%Light A Big Fire 2.97%Expresso Mambo 2.97%Ray Shulman 2.18%Anthony & De Confidence 2.18%The Boy The Boy 2.18%3355409s 1.82%Craig Walker 1.52%Adolf Grunt 1.52%paul o'mahony 1.52%Mark Sheppard 1.52%Finn Corrigan 1.52%Shimpu Zig Zag 0.97%Sid Rainey 0.97%Porcelyn Tears 0.97%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)