[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 •Collaboration Index
Page 1 of 1

Collaboration Index

Posted: 28 Aug 2013 00:46
by Kidmystic80
Hi everyone,

I have an undirected graph with weighted edges. The nodes represent individuals in an organisation, and the edges represent some measure of collaboration between each pair of individuals.

The individuals are grouped into different units. I would like to measure the extent of collaboration between different units.

My sense is to define a "collaboration index" =

(Sum of weights of edges between different units)/
(Total sum of weights of all edges)

Thus, if an organisation exists in silos (I.e. no co-operation at all between members of different units) the collaboration index would be 0. On the other hand, if membership of a particular unit played no role at all in determining whom an individual works with, the collaboration index would be very close to 1.

My questions are:

(a) Can Gephi compute this for me?
(b) Are there other (better?) methods of collaboration I should be aware of?

Thanks in advance..