Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
2k views

Voting algorithm: how to calculate rank?

I am trying to figure our a way to calculate rank. Right now it simply takes ratio of wins / losses of each individual entry, so e.g. one won 99 times out of a 100, it has 99% winning rank. BUT if an ...
6
votes
5answers
3k views

Calculating percentile rank in MySQL

I have a very big table of measurement data in MySQL and I need to compute the percentile rank for each and every one of these values. Oracle appears to have a function called percent_rank but I can't ...
5
votes
3answers
1k views

url trailing slash and seo

Which is better for SEO and page rank? mysite.com/directory/my-page OR mysite.com/directory/my-page/ I know the above two URLs are treated as two separate pages by search engines, but I'm stuck on ...
5
votes
5answers
716 views

Rank Tree in C++

We need ADT having search and rank features. That is, in addition to the interface of STL map, a function 'int get_rank(key)' is required. Standard implementation of such function requires supporting ...
4
votes
2answers
50 views

Is there a way for Solr/Lucene to return the ranks of selected documents instead of full results?

I am interested in querying Solr with query q and charting its recall of a set of documents D when {10, 20, 30, ...} documents are returned. Currently, I am having the full results, i.e. a list of ...
4
votes
2answers
72 views

Algorithms/Techniques for rating website (PageRank aside)

I'm looking for algorithms/techniques that are able to present the importance of a a single webpage. Leaving PageRank aside, are there any other methods of doing such a rating based on content, ...
4
votes
3answers
145 views

How do I get the position of a result in the list after an order_by?

I'm trying to find an efficient way to find the rank of an object in the database related to it's score. My naive solution looks like this: rank = 0 for q in Model.objects.all().order_by('score'): ...
3
votes
2answers
123 views

Efficient assignment of percentile/rank in MYSQL

I have a couple of very large tables (over 400,000 rows) that look like the following: +---------+--------+---------------+ | ID | M1 | M1_Percentile | +---------+--------+---------------+ | ...
3
votes
3answers
310 views

Simple ranking of queryset in django template

I've got a model in a simple django app that records a score for people entering a competition. I've got two model objects, Entry and Person. Each Entry has a Person and a Person has multiple Entries. ...
3
votes
2answers
323 views

PostgreSQL: using row_number() in paged output

I have a PHP script displaying a list of players sorted by their "virtual money": $sth = $db->prepare(" select u.id, u.first_name, u.city, u.avatar, m.money, ...
3
votes
2answers
193 views

Setting rank to NULL using RANK() OVER in SQL

In a SQL Server DB, I have a table of values that I am interested in ranking. When I perform a RANK() OVER (ORDER BY VALUE DESC) as RANK, I get the following results (in a hypothetical table): RANK ...
3
votes
3answers
779 views

mysql: group by ID, get highest priority per each ID

I have the following mysql table called "pics", with the following fields and sample data: id vehicle_id filename priority 1 45 a.jpg 4 2 45 b.jpg 1 3 ...
3
votes
4answers
894 views

Update the rank in a MySQL Table

I have the following table structure for a table Player Table Player { Long playerID; Long points; Long rank; } Assuming that the playerID and the points have valid values, can I update ...
3
votes
2answers
442 views

Displaying a single rank in MySQL table

I have a table called 'highscores' that looks like this. id udid name score 1 1111 Mike 200 2 3333 Joe 300 3 4444 Billy 50 4 ...
3
votes
3answers
951 views

MySQL, Get users rank

I have a mysql table like below: id name points 1 john 4635 3 tom 7364 4 bob 234 6 harry 9857 I basically want to get an individual user rank without ...
2
votes
1answer
26 views

Is using rownum with a presorted result good or should rank be used?

I'm writing an Oracle query that needs to get the most recent event based on the date it occurred. I have two queries that appear to be working correctly in my test cases. The first uses a ...
2
votes
2answers
120 views

Get records with highest/smallest <whatever> per group

How to do that? Former title of this question was "using rank (@Rank := @Rank + 1) in complex query with subqueries - will it work?" because I was looking for solution using ranks, but now I see that ...
2
votes
2answers
53 views

within group sorts in mysql

I have a panel data set: that is, times, ids, and values. I would like to do a ranking based on value for each date. I can achieve the sort very simply by running: select * from tbl order by date, ...
2
votes
3answers
87 views

Get rank of matrix entries?

Assume a matrix: > a <- matrix(c(100, 90, 80, 20), 2, 2) > a [,1] [,2] [1,] 100 80 [2,] 90 20 Suppose I want to convert the elements of the matrix to ranks: >rank.a <- ...
2
votes
1answer
103 views

R rank points in plot

I have a question about plots. For example we have variable a and b, we plot this in R and you get the point. Now, I want to make a range of best/highest point. Is there a way to generate a ranking in ...
2
votes
0answers
64 views

.htaccess which somehow prevents Google to put some PageRank on my domains

I am using the following .htaccess code on all my domains since 2+ years ago on some projects, but no one of the websites build has ever got any Google PageRank, at least '1' bar. On all websites on ...
2
votes
1answer
72 views

How to use the function “rank” in the function “lapply” in R?

R Version 2.11.1 32-bit on Windows 7 Now I get the code: lapply(x, rank) but I want the "rank" to be: ties.method="first"
2
votes
4answers
235 views

How to get a row rank?

HI, I actually posted similar (or same?) question yesterday, but I thought I need to post a new question since I have short, but clear question. I have the following table. id point 1 30 2 30 ...
2
votes
1answer
121 views

Rank ordering xts objects representing some property of equities using R

I am trying to rank order equities (by return for example). As a result I would like to receive a table containing names of stocks in ascending/descending order (parameter to this rank order function) ...
2
votes
2answers
785 views

Get top 10 products for every category

I have a query which is something like this SELECT t.category, tc.product, tc.sub-product, count(*) as sales FROM tg t, ttc tc WHERE t.value = tc.value GROUP BY t.category, tc.product, ...
2
votes
3answers
267 views

MySQL rank by value for each day

I am attempting to rank by % return for each day across 700 symbols. For Example: date symbol pct_return ----------------------------- 1100101 IBM 1.2 1100101 AAPL 2.1 1100101 ...
2
votes
2answers
494 views

Page Rank api for Bing,Yahoo in Java

Is there any Bing api, yahoo api to find page rank of a keyword or Domain name on its search. Thanks in Advance
2
votes
4answers
156 views

How to select a row for certain (or give preference in the selection) in mysql?

Need your help guys in forming a query. Example. Company - Car Rental Table - Cars ID NAME STATUS 1 Mercedes Showroom 2 Mercedes On-Road Now, how do I select only one entry from ...
2
votes
1answer
340 views

Mysql - Rank field for a query

How can I add a field that contains a rows rank within the result set of a query? Initially I used php to rank my results as it was all on a single page. Now I have added multiple pages so now even ...
2
votes
2answers
368 views

How do I Handle Ties When Ranking Results in MySQL?

How does one handle ties when ranking results in a mysql query? I've simplified the table names and columns in this example, but it should illustrate my problem: SET @rank=0; SELECT ...
2
votes
2answers
996 views

Google page rank checking Asp.Net script

I am in search of some Asp.Net script by which i can get the google pagerank of any url that i supply to it, can anyone guide me in this perspective?
2
votes
2answers
6k views

SQL Server Query for Rank (RowNumber) and Groupings

I have a table that has some columns: User, Category, Value And I want to make a query that will give me a ranking, of all the users by the value, but reset for the category. Example: user1 ...
1
vote
1answer
47 views

Get User Rank Based on Sum with Pagination

There are several rank posts out there but I have yet to see one dealing with when the results are paginated and when the ranking criteria (in this case: points) is equal to the previous user. I have ...
1
vote
5answers
60 views

Mysql rank position

Database: id first_name points 1 Bob 12 2 Jane 50 3 Jack 2 4 Bill 10 5 Nick 62 6 Kathy 18 7 Steve 42 8 ...
1
vote
1answer
50 views

How to assign rank with single query to multiple colums ? MSSQL 2008 R2

Lets say i have int price column in table_1 and i have int priceRank column table_1 again.Now is that possible with single query to order by price desc and assign them their rank via row_number. So ...
1
vote
3answers
29 views

Selecting top n elements of a group in Oracle

I have an Oracle table which has a name,value,time columns.Basically the table is for logging purposes to store what are the changes made to a particular name,what was the previous value and what time ...
1
vote
1answer
46 views

Update based on sequence/rank in SQL Server 2008?

Table looks like this: create table #rankme (rankmeid int identity(1000, 1) primary key, step int null, checkvalue int null) insert into #rankme values ( 10 , 1 ) insert into ...
1
vote
1answer
73 views

Mysql ranking entries and group by

I have a website where people are saving highscores in games. I've been trying to assign a rank to a player's highscore by finding the number of other highscores that are higher. So if the query finds ...
1
vote
2answers
65 views

Can't get a specific array structure

I'm hanging around since hours to get a specific Array and can't figure it out. I get this start Array with a foreach loop : Array ( [0] => Title 1 [1] => Image 1.jpg [2] => Title ...
1
vote
4answers
202 views

What is the command for Zipf (frequency against rank) plot in R

I have from a network traffic data, data volume (# of bytes) and # of flows over a week period for origin and destination IP pair. I want to plot distribution, i.e. frequency against rank. I believe ...
1
vote
3answers
82 views

Create Rank of tuples in python

How do i do this? starting with this sample Id, Id2 CCC [ (A123 A120 '2011-03'), LL= (A133 A123 '2011-03'), ( D123 D120 '2011-04'), (D140 D123 ...
1
vote
1answer
281 views

graphviz: how to prevent clusters from overrinding rank=source statement

the following code produces the graph above: digraph G { //---graph config fontname=Helvetica rankdir = RL splines = polyline compound = true //concentrate = true ...
1
vote
1answer
117 views

Is there a library that implements a fast maximum rank correlation estimator?

I'm looking for an implementation of a fast maximum rank correlation (MRC) estimator. This will be applied to large-ish sparse matrices (~100,000 by 10,000) in a text-mining application. I'm working ...
1
vote
1answer
160 views

What's the best way to rank models in rails

Let's say I have Posts and Comments for a blog app using Rails and MySQL. I want to rank Posts by number of comments. (Note: not just sort, but get their actual 1st,2nd,3rd rank). Also, given a ...
1
vote
1answer
88 views

How can I optimize my query (rank query)?

For the last two days, I have been asking questions on rank queries in Mysql. So far, I have working queries for query all the rows from a table and order by their rank. query ONLY one row with its ...
1
vote
2answers
180 views

How to query to get rank of a row?

I am creating a photo ranking system. Basically, I have three main fields - won, lost, howmanyplayed. Let's say I have three photos Photo Won Lost Played ------------------------- A 3 2 ...
1
vote
2answers
178 views

Getting player rank from database

I have a RuneScape private server, which stores the player scores in a database. The highscores load the player's scores and put them into a table. But now comes the harder part I can't fix: I want ...
1
vote
2answers
176 views

Select N Row in Oracle

Suppose we are having the following data: Key Value Desired Rank --- ----- ------------ P1 0.6 2 P1 0.6 2 P1 0.6 2 P2 0.8 1 P2 ...
1
vote
2answers
57 views

SQL: get the place in results query

I have a table called 'points' that has a field 'total' which contains the total points for a record. Now I would like to calculate the rank of a specific record. So like: SELECT (...) as rank FROM ...
1
vote
0answers
74 views

Evaluating ranks with crowdsourcing

I have three ordered ranks of web pages for a set of queries and would like to decide which rank performs better across all queries. Imagine that for 50 queries I have collected the top 10 results ...

1 2 3