|
|
|
Ask HN: What kind of scoring algorithms exist?
|
|
24 points
by esflow
2310 days ago
|
|
Hi HN, in my project I need to sort apartments and there is a lot of data about each of them. I give each parameter score, f.e. to the size of the apartment I give some certain score, to location as well, but it doesn't really work well because I don't understand how to give the weight to each parameter. Question: Is there some sort of guideline on scoring/sorting things, some algorithms that might help? Or you might have some suggestions on where to look for information about such things. Thanks! |
|
You can't really trade off square footage vs commute length linearly because there is no objective criterion.
What you can do is prove that Apartment A has fewer square feet than Apartment B and a longer commute so A is dominated by B.
Out of your complete set of apartments you can that there is a small set that dominate all the others. When you are down to that you can make your personal choice from that set.