[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Katz–Bonacich network centrality
Page 1 of 1

Katz–Bonacich network centrality

Posted: 09 Sep 2012 17:25
by figarero
Does anyone have a plugin or code to obtain each node's Katz–Bonacich network centrality?

Thanks.

Re: Katz–Bonacich network centrality

Posted: 10 Sep 2012 10:58
by seinecle
Hi,

We don't have this centrality implemented, but the code for Java can be found here:
http://www.koders.com/java/fid3812D0FDC ... B9D28.aspx

Best,

Clement

Re: Katz–Bonacich network centrality

Posted: 12 Oct 2012 18:39
by gmagerman
Hi,

first a big up for the community and the soft of Gephi! I've been starting on it a few weeks ago.

Maybe a n00b question, but I can't get the code described. Or how do I install it in Gephi? (I'm completely not into Java yet, more a theory guy, so...)
And is there a good starting point to get into writing algorithms for other network statistics?

Best,
Glenn

Re: Katz–Bonacich network centrality

Posted: 20 Jul 2017 22:31
by fjord_brown_flivver
Hi Glenn, I'm from the future. Did you ever get this working?