What is my top 10% score?

Locked
quadir
I Know Drama
Joined: Sun Oct 28, 2001 12:00 am
Org Profile

Post by quadir » Sun Nov 21, 2004 9:06 pm

Kalium wrote:You're missing something very important here: while the number would vary somewhat, chances are good the variations would be small. The change between 5000 and 5050 really isn't that significant, for example.
Sounds like you have a pretty firm grasp on what it would look like, and what needs to be done.
Kalium wrote:Why, thank you for volunteering!

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Sun Nov 21, 2004 9:15 pm

In the abstract, sure.

But trythil's a much more experienced coder than I am.

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Sun Nov 21, 2004 10:29 pm

Kalium wrote:In the abstract, sure.

But trythil's a much more experienced coder than I am.
I'm also a much lazier coder, and already have several projects that I need to start/work on/finish/maintain.

User avatar
mckeed
Joined: Tue May 15, 2001 1:02 pm
Location: Troy, NY
Contact:
Org Profile

Post by mckeed » Mon Nov 22, 2004 7:47 am

Shouldn't this require very little coding though. Since the score has to be calculated anyway if it has 7 or more ops? Just probally need a dbase field to store the information and just display it on a certain page.
"People can not gain anything without putting forth any effort. That is the absolute Truth" - Dante, Full Metal Alchemist
Image

User avatar
dwchang
Sad Boy on Site
Joined: Mon Mar 04, 2002 12:22 am
Location: Madison, WI
Contact:
Org Profile

Post by dwchang » Tue Nov 23, 2004 3:11 am

mckeed wrote:Shouldn't this require very little coding though. Since the score has to be calculated anyway if it has 7 or more ops? Just probally need a dbase field to store the information and just display it on a certain page.
I may be totally offbase here, but I thought the reason we couldn't see all the scores was because of the database and processing power required to calculate that many scores in semi-real-time for literally thousands of videos.

I could be wrong since in theory every video with 7+ opinions has this score somewhere in their database entry, but perhaps they don't and only a certain number are within a certain delta of a high score.

I guess Phade or Derobert would be the best person to answer this though.
-Daniel
Newest Video: Through the Years and Far Away aka Sad Girl in Space

User avatar
mckeed
Joined: Tue May 15, 2001 1:02 pm
Location: Troy, NY
Contact:
Org Profile

Post by mckeed » Tue Nov 23, 2004 7:48 am

Even if its just a delta, it still is calculated. It allready knows the number, you can just save it. I'm not saying calculate on demand. Just save it when it was calculated. The algorithm, doens't know what videos are close to making the top 10%. It just calulates all videos with 7+ ops and then ranks them and only displays and saves the top 10% of them. If your video have 7+ ops then the number is calculated for the video. So why not show it? In escence we are making better use of all those calculations instead of just throwing away that processing power used to calculate it in the first place. :D
"People can not gain anything without putting forth any effort. That is the absolute Truth" - Dante, Full Metal Alchemist
Image

quadir
I Know Drama
Joined: Sun Oct 28, 2001 12:00 am
Org Profile

Post by quadir » Tue Nov 23, 2004 8:26 am

mckeed wrote:It allready knows the number, you can just save it.
Without knowing exacly how things are stored... there is a vast difference between calculating and saving a score for a video with 7+ ops, and say, comparing all videos on the org, ranking them, and then saving this other completely seperate list.

But I don't imagine it's that slow, especially if you kept an index for each ranked video so you could `insert' newly 7 op'ed videos into the right spot, and shift things whenever an op was made.

Like DW said, Phade or Derobert would probably know best.

Locked

Return to “Site Help & Feedback”