[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 •Clustering with a secondary variable
Page 1 of 1

Clustering with a secondary variable

Posted: 09 Oct 2016 00:08
by mehretua
How can you add a metadata to cluster using a secondary data with in the same network?
Here is my data format:

Item1 Item2 deans list
Prof A Student 1 Yes
Prof A Student 2 No
Prof A Student 3 No
Prof B Student 3 No
Prof B Student 2 No
Prof A Student 4 Yes

I can plot item1 and item2 network, but I want to overlap by 'deans list' as an additional descriptor.

Any help is appreciated.