-
I posted to bookmark.marco-bischoff.ch
Bayes’sche Bewertung – Wie man ein gewichtetes Bewertungssystem implementiert - Developer Blog @ BunteSuppe.de
http://www.buntesuppe.de/blog/123/bayessche-bewertung
- Tags:
- berechnung
- durschnitt
- voting
-
I posted to bookmark.marco-bischoff.ch
How to Build a Popularity Algorithm You can be Proud of
http://blog.linkibol.com/2010/05/07/how-to-build-a-popularity-algorithm-you-can-be-proud-of/
br = ( (C* avg_rating) + (this_num_votes * this_rating) ) / (C + this_num_votes)
- Tags:
- berechnung
- durschnitt
- voting
1