[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 •Beginner's question about optimising pairs / matches
Page 1 of 1

Beginner's question about optimising pairs / matches

Posted: 03 Nov 2017 13:22
by jpdoggett
Hi and apologies for the naïvety of my question but I have no background in this so am trying to get my head around it:

I run a knowledge-sharing community where we try to make useful introductions between members of the community who would be the nodes. We are already able to score the quality of the match between members which we can translate into a weight for the edges between some of the nodes (we don't necessarily have edges between all nodes).

Every so often, I do a round of introductions. I could map these out in something like an affinity / adjacency matrix beforehand. I want each member to receive just one introduction so that the most in-demand members don't become inundated. So, I want to end up with optimised pairs of members to introduce to each other.

I'm trying to optimise the quality or value of introductions for the community as a whole which many mean that individual members are not introduced to their best match if that means the overall "score" for the group matches / introductions is higher.

Any ideas about how I could achieve this very gratefully received! Thanks, JP

Re: Beginner's question about optimising pairs / matches

Posted: 03 Nov 2017 13:49
by eduramiba
Hi,

I recommend you also ask for advice in the Gephi Facebook group.