Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
it sounds like this question doesn't belong here to me though – zinking Aug 9 '12 at 10:37

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.