Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi everyone!
Does anybody have an idea what algorithm to use for weighted sum method in ASP.net?
I am building a website for university student placement where the system will support a decision in which room to place the student. I think I need to use the weighted sum method, but I only know the theory. I do not know how to apply it in ASP.net. The criteria are religion, faculty and course. How does one decide in which room the stutdent should be placed?

Example: The room that they will place is level 1 for the computer science faculty. The rooms are 101, 102, 103....n.
Can anybody assist me in finding a solution?

Thanks in advance!
Posted
Updated 3-Apr-11 8:22am
v2

1 solution

You would do better if you gave it a try on your own.
However, http://www.data-miners.com/dataminingsqlserver/2007/10/weighted-average-continued-c-code.html should surely help you out.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 3-Apr-11 14:18pm    
Good one! 5+
Abhinav S 19-Apr-11 3:39am    
Thank you Manfred.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900