Click here to Skip to main content
16,016,168 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Question of day! Pin
Chris Maunder17-Jun-02 19:08
cofounderChris Maunder17-Jun-02 19:08 
GeneralAnother rating formula : the energy of the article Pin
Davide Pizzolato16-Jun-02 20:47
Davide Pizzolato16-Jun-02 20:47 
GeneralRe: Another rating formula : the energy of the article Pin
Chris Maunder16-Jun-02 21:01
cofounderChris Maunder16-Jun-02 21:01 
GeneralRe: Another rating formula : the energy of the article Pin
Davide Pizzolato16-Jun-02 23:12
Davide Pizzolato16-Jun-02 23:12 
GeneralRe: Another rating formula : the energy of the article Pin
Ed Gadziemski28-Jun-02 5:36
professionalEd Gadziemski28-Jun-02 5:36 
GeneralRe: Another rating formula : the energy of the article Pin
Chris Maunder28-Jun-02 9:52
cofounderChris Maunder28-Jun-02 9:52 
GeneralRe: Another rating formula : the energy of the article Pin
Ed Gadziemski28-Jun-02 11:05
professionalEd Gadziemski28-Jun-02 11:05 
GeneralRe: Another rating formula : the energy of the article Pin
Chris Maunder17-Jun-02 1:56
cofounderChris Maunder17-Jun-02 1:56 
Just realised that you've written Energy = rating * log10(max(10,#votes)) but your calculations are using Energy = rating * log10(#votes). I was originally wondering why the votes would be clipped at 10.

Your formula doesn't handle the case of an article rated 3 with 100 votes vs. an article rated 5 with 10 votes.
                  #votes  rating   popularity
Article A             10    5.00     5.00
Article B            100    3.00     6.00

What about something like: pop = (rating-3) * Log<sub>10</sub>(#votes). Then
#votes  rating   popularity
   100    4.50     3.00
    20    5.00     2.60
    10    5.00     2.00
    20    4.50     1.95
     5    5.00     1.40
   100    3.50     1.00
     3    4.50     0.72
     5    4.00     0.70
     2    5.00     0.60
     1    5.00     0.00
   100    3.00     0.00
    10    2.50    -0.50
   100    1.90    -2.65

Unfortunately this breaks down if you are close to 3 but have a large number of votes.


cheers,
Chris Maunder
GeneralRe: Another rating formula : the energy of the article Pin
Davide Pizzolato17-Jun-02 3:22
Davide Pizzolato17-Jun-02 3:22 
GeneralRe: Another rating formula : the energy of the article Pin
Brian Delahunty17-Jun-02 7:09
Brian Delahunty17-Jun-02 7:09 
GeneralRe: Another rating formula : the energy of the article Pin
ColinDavies17-Jun-02 12:07
ColinDavies17-Jun-02 12:07 
GeneralRe: Another rating formula : the energy of the article Pin
Davide Pizzolato17-Jun-02 19:56
Davide Pizzolato17-Jun-02 19:56 
GeneralRe: Another rating formula : the energy of the article Pin
ColinDavies17-Jun-02 20:41
ColinDavies17-Jun-02 20:41 
GeneralRe: Another rating formula : the energy of the article Pin
Alexandru Savescu18-Jun-02 0:06
Alexandru Savescu18-Jun-02 0:06 
GeneralRe: Another rating formula : the energy of the article Pin
Nish Nishant18-Jun-02 19:22
sitebuilderNish Nishant18-Jun-02 19:22 
GeneralRe: Another rating formula : the energy of the article Pin
Chris Maunder18-Jun-02 19:39
cofounderChris Maunder18-Jun-02 19:39 
GeneralRe: Another rating formula : the energy of the article Pin
Nish Nishant18-Jun-02 19:52
sitebuilderNish Nishant18-Jun-02 19:52 
GeneralRe: Another rating formula : the energy of the article Pin
Davide Pizzolato19-Jun-02 7:55
Davide Pizzolato19-Jun-02 7:55 
GeneralRe: Another rating formula : the energy of the article Pin
Nish Nishant19-Jun-02 10:09
sitebuilderNish Nishant19-Jun-02 10:09 
GeneralRe: Another rating formula : the energy of the article Pin
Mazdak19-Jun-02 10:20
Mazdak19-Jun-02 10:20 
GeneralRe: Another rating formula : the energy of the article Pin
Nish Nishant19-Jun-02 10:32
sitebuilderNish Nishant19-Jun-02 10:32 
GeneralRe: Another rating formula : the energy of the article Pin
Mazdak19-Jun-02 10:44
Mazdak19-Jun-02 10:44 
GeneralRe: Another rating formula : the energy of the article Pin
Michael P Butler19-Jun-02 10:26
Michael P Butler19-Jun-02 10:26 
Generalwindow XP tips site? Pin
rsasalm_16-Jun-02 11:25
rsasalm_16-Jun-02 11:25 
GeneralRe: window XP tips site? Pin
Shog916-Jun-02 11:40
sitebuilderShog916-Jun-02 11:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.