0
votes
3answers
68 views
In PHP/CodeIgniter how do you calculate Class & Form Rank based on grades for a student?
I have a database table that holds the following grade information for a student:
student_id
subject_id
gpa
letter_grade (which is calculated based on gpa, & inserted when record …
5
votes
2answers
124 views
What is a “safety variable”?
I was just reading an article about different ranking algorithms. One thing I'm a bit confused about is stumbleupon's algoritm:
(Initial stumbler audience / # domain)
+ ((% …
0
votes
4answers
123 views
Do hidden attributes in CSS style table of pages lower the website power?
In CSS style table of website pages I have used a lot of hidden attributes
like overflow:hidden and display:none;
Does this has effect for SEO? Is this friendly for search engines …
0
votes
0answers
39 views
How to make site Good Ranking in BING [closed]
My site is getting high rank in google but not in Bing. What may be wrong. I searched for this but i dint find the answer. I used all the techniques which bing suggest. Any suggest …
5
votes
4answers
455 views
A better similarity ranking algorithm for variable length strings
I'm looking for a string similarity algorithm that yields better results on variable length strings than the ones that are usually suggested (levenshtein distance, soundex, etc).
…
0
votes
2answers
104 views
Identifying accurate matches from SQL Server Full Text Search
Hello
I am using SQL Server 2008 Full Text Search, and joining to the FreeTextTable to determine ranking of results.
How do I determine whether the result set is giving an accura …
1
vote
2answers
72 views
MySQL Group By with top N number of each kind
I have a table like this:
Rank Letter
1 A
2 A
3 B
4 A
5 C
6 A
7 C
8 C
9 B
10 C
And I need t …
0
votes
3answers
68 views
PHP Ranking System Array Sort
Hi,
I develop a ranking system. I got the following array:
[1] => Array
(
[botarin - Branding und Kommunikation] => 1
[Raiffeisen Kredit 2 Go] => 2
…
0
votes
2answers
143 views
Oracle: Find previous record for a ranked list of forecasts
Hi I am faced with a difficult problem:
I have a table (oracle 9i) of weather forecasts (many 100's of millions of records in size.)
whose makeup looks like this:
stationid f …
1
vote
4answers
99 views
How should I handle “ranked x out of y” data in PostgreSQL?
I have a table that I would like to be able to present "ranked X out of Y" data for. In particular, I'd like to be able to present that data for an individual row in a relatively e …
3
votes
11answers
465 views
Find largest and second largest element in a range
How do I find the above without removing the largest element and searching again? Is there a more efficient way to do this? It does not matter if the these elements are duplicates. …
0
votes
1answer
47 views
searching for and ranking results
I'm trying to write a relatively simple algorithm to search for a string on several attributes
Given some data:
Some data:
1: name: 'Josh', location: 'los angeles'
2: name: 'Jos …
0
votes
2answers
129 views
Using a SQL Ranking Function with a derived column
I am trying to use a SQL Server 2008 Ranking Function on a query sorted by a derived column. Here's an example
SELECT
table.FirstName, table.LastName,
CalculatedValue(ta …
0
votes
0answers
52 views
Help explain BM25 algorithm
can anybody please explain to me about this BM25 algorithm presented on wikipedia link text i'm always bad with math, lol. currently im using classic t-idf which isn't quite good. …
0
votes
0answers
108 views
Add two types of ranking to MDX query
Starting with the MDX below I'd like to add two ranking columns that evaluate the member "Close Ratio". The first rank would be based on the sales rep population. Let's say there …
