Beginner's question about optimising pairs / matches

Get help with your data
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
jpdoggett
Posts:1
Joined:03 Nov 2017 13:10
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Beginner's question about optimising pairs / matches

Post by jpdoggett » 03 Nov 2017 13:22

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

User avatar
eduramiba
Gephi Code Manager
Posts:1064
Joined:22 Mar 2010 15:30
Location:Madrid, Spain
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Beginner's question about optimising pairs / matches

Post by eduramiba » 03 Nov 2017 13:49

Hi,

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

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable