Ask HN - Can any mathematicians help me out?
I've created a site that allows people to post math and science problems for money, the problem is I don't have enough mathematicians to solve the problems. Here is an example of a question for $500 - http://zombal.com/zomb/scientific-calculation/relevance-equation-formula-for-comparing-objects . If anyone thinks they could answer this guy's question or knows of anyone who could, please take a look.
6 comments
[ 3.3 ms ] story [ 23.5 ms ] threadThe site only pays out in USD, so I'm not interested. Try reposting when America wakes up?
It can be thought of as a k-nearest-neighbour problem. The exact details of his problem could be expressed as a metric.
What he is asking for is naively trivial; compare the target to every object and see which ones are closest. If you want decent performance with large datasets, however, you would be better off using a more sophisticated approach. See http://en.wikipedia.org/wiki/K-nearest_neighbor_algorithm for more details.