I am doing some research on matching algorithms, more specifically I am looking for ways to match different users based on the interests in their profile similar to Match.com or eHarmony.
As far as I can tell, they use their own proprietary matching algorithms, but what I am looking for is the concept on which these algorithms are based. e.g. To me it seems a concept for a very simple form of interest matching would be the stable marriage problem where there is only one interest.
So I am looking for the concept which allows multiple interests to be matched and the user with the most matches gets recommended to the other user. I have come across the blossom algorithm which seems to do this, but I am not quite sure. Is this algorithm a good approach, are there others like it, or am I completely off base?