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, 3) = 3
$outbound = max(1, 3) = 3
// 2. Node Base Values (Local connection strength)
Base_Strength (PV) = $inbound * $outbound = 3 * 3 = 9
Base_Influence (IV) = $inbound / $outbound = 3 / 3 = 1
// 3. Exponential Network Values (accumulating 89 direct neighbours)
Network_Strength (CV) = Base_PV * (Neighbour_1_PV * Neighbour_2_PV * ...)
= 9 *
( 1 [Eddie Sheehan] *
4 [Tommy Rooney] *
9 [Shaun O'Dowd] *
1 [Pat McDonnell] *
1 [Danny Massey] *
1 [Austin Graham] *
49 [Gerry Fitzgibbon] *
1 [Terri Fitzgerald] *
9 [Mick Falahee] *
1 [Joe Costelloe] *
1 [Donie Collins] *
36 [Dave Coady] *
16 [Frankie Bourke] *
9 [Charlie Cheevers] *
1 [Liam Foley] *
4 [Chris Grace] *
1 [Henry Kiely] *
25 [Pat Loughman] *
9 [Gerry Murphy] *
4 [Oyster Ballroom] *
16 [Las Vegas Ballroom (tuam)] *
1 [Mossie O'Connor] *
1 [Michael Collins (Donie)] *
1 [Mossie O’Connor] *
1 [Stevie Donoghue] *
16 [Barney Skillen] *
9 [John Ross] *
9 [Mark Mitchell] *
9 [Terry Mahon] *
36 [Jim Farley] *
9 [Ken Gibson] *
25 [Johnny Anderson] *
4 [Frank Doyle] *
225 [Tophatters] *
36 [T.J.Byrne] *
1 [Bob Steele] *
1 [Stephanie Elliott] *
1 [Rita Madigan] *
1 [John Farley] *
1 [Jean Burke] *
4 [Lisa Love] *
4 [Pat Healy] *
16 [Michael Young] *
9 [Johnny Wall] *
1 [Alan Treacy] *
4 [Paddy Rafferty] *
1 [Johnny Popp] *
25 [Ted Ponsonby] *
4 [Michael O'Driscoll] *
1 [Michael Mulcahy] *
1 [Pat Mitchell] *
1 [Michael McEvoy] *
1 [Johnny Hanrahan] *
1 [Tony Grennan] *
16 [Tommy Fee] *
1 [Michael Cremin] *
9 [Oliver Barrett] *
1 [Mick Campbell] *
4 [Cyril Cooper] *
4 [Andy Davidson] *
16 [Ray Fitzgerald] *
4 [Jack Glenn] *
4 [Danny Keane] *
1 [Eddy Killeen] *
9 [Gerry Walsh] *
1 [Joe Mulcahy] *
2.4K [Maurice Mulcahy Showband] *
1 [BRENDAN HICKEY] *
16 [Central Ballroom] *
4 [Jimmy Hussey] *
1 [Maurice Mulcahy] *
1 [Alan Wilders] *
1 [Charlie Coyle] *
1 [Toby Wilders] *
1 [David Wilders] *
9 [Eamon Fitzpatrick] *
1 [Tom Baylor] *
1 [Tommy Atkins] *
1 [Pat McEvoy] *
4 [Paddy Byrne] *
1 [Oliver O'Donnell] *
1 [Jack Noonan] *
1 [Christy Price] *
1 [Cecil Baylor] *
1 [Carl Weiss] *
1 [david mulcahy] *
4 [Al Treacy] *
1 [Frankie Burke] *
650 [Donie Collins Showband]
)
= 9.19 x 10^48
Network_Influence (TV) = Base_IV * (Neighbour_1_IV * Neighbour_2_IV * ...)
= 1 *
( 1 [Eddie Sheehan] *
1 [Tommy Rooney] *
1 [Shaun O'Dowd] *
1 [Pat McDonnell] *
1 [Danny Massey] *
1 [Austin Graham] *
1 [Gerry Fitzgibbon] *
1 [Terri Fitzgerald] *
1 [Mick Falahee] *
1 [Joe Costelloe] *
1 [Donie Collins] *
1 [Dave Coady] *
1 [Frankie Bourke] *
1 [Charlie Cheevers] *
1 [Liam Foley] *
1 [Chris Grace] *
1 [Henry Kiely] *
1 [Pat Loughman] *
1 [Gerry Murphy] *
1 [Oyster Ballroom] *
1 [Las Vegas Ballroom (tuam)] *
1 [Mossie O'Connor] *
1 [Michael Collins (Donie)] *
1 [Mossie O’Connor] *
1 [Stevie Donoghue] *
1 [Barney Skillen] *
1 [John Ross] *
1 [Mark Mitchell] *
1 [Terry Mahon] *
1 [Jim Farley] *
1 [Ken Gibson] *
1 [Johnny Anderson] *
1 [Frank Doyle] *
1 [Tophatters] *
1 [T.J.Byrne] *
1 [Bob Steele] *
1 [Stephanie Elliott] *
1 [Rita Madigan] *
1 [John Farley] *
1 [Jean Burke] *
1 [Lisa Love] *
1 [Pat Healy] *
1 [Michael Young] *
1 [Johnny Wall] *
1 [Alan Treacy] *
1 [Paddy Rafferty] *
1 [Johnny Popp] *
1 [Ted Ponsonby] *
1 [Michael O'Driscoll] *
1 [Michael Mulcahy] *
1 [Pat Mitchell] *
1 [Michael McEvoy] *
1 [Johnny Hanrahan] *
1 [Tony Grennan] *
1 [Tommy Fee] *
1 [Michael Cremin] *
1 [Oliver Barrett] *
1 [Mick Campbell] *
1 [Cyril Cooper] *
1 [Andy Davidson] *
1 [Ray Fitzgerald] *
1 [Jack Glenn] *
1 [Danny Keane] *
1 [Eddy Killeen] *
1 [Gerry Walsh] *
1 [Joe Mulcahy] *
1 [Maurice Mulcahy Showband] *
1 [BRENDAN HICKEY] *
1 [Central Ballroom] *
1 [Jimmy Hussey] *
1 [Maurice Mulcahy] *
1 [Alan Wilders] *
1 [Charlie Coyle] *
1 [Toby Wilders] *
1 [David Wilders] *
1 [Eamon Fitzpatrick] *
1 [Tom Baylor] *
1 [Tommy Atkins] *
1 [Pat McEvoy] *
1 [Paddy Byrne] *
1 [Oliver O'Donnell] *
1 [Jack Noonan] *
1 [Christy Price] *
1 [Cecil Baylor] *
1 [Carl Weiss] *
1 [david mulcahy] *
1 [Al Treacy] *
1 [Frankie Burke] *
0.9615 [Donie Collins Showband]
)
= 0.9615
Outbound
3
Tags on post
Inbound
3
Posts tagging this
Connections
89
Total nodes
Base Node Strength
9
Base Node Influence
1
Strength Share (vs Direct Neighbours)
0.23%
(9.19 × 1048 overall)
Dominant nodes (excluded from chart)Maurice Mulcahy Showband 62.49%Donie Collins Showband 16.92%Tophatters 5.86%Gerry Fitzgibbon 1.28%Dave Coady 0.94%Jim Farley 0.94%T.J.Byrne 0.94%Pat Loughman 0.65%Johnny Anderson 0.65%Ted Ponsonby 0.65%Frankie Bourke 0.42%Las Vegas Ballroom (tuam) 0.42%Barney Skillen 0.42%Michael Young 0.42%Tommy Fee 0.42%Ray Fitzgerald 0.42%Central Ballroom 0.42%
Influence Share (vs Direct Neighbours)
Connected Network Hierarchy
Sort list by:
Connection Health Audit (Red = broken 1-way link)