Ranking is the sorted order of an element in a list of elements. Usually a high ranking means the element is good in terms of certain metric.

learn more… | top users | synonyms

-2
votes
3answers
68 views

How to make ranking system in PHP

I have problem. . In my case i make championship. . You know, the winner is determined by the highest value. . Example : $sql = "SELECT bla bla bla FROM `user` ORDER BY `point` DESC"; $result = ...
0
votes
1answer
21 views

Ranking algorithms for nodes with subnodes?

I am working on a site where there are nodes that users can vote on (upvotes/downvotes). Each node has a list of subnodes. Users can vote on each of these subnodes as well. Think of the relationship ...
-1
votes
1answer
23 views

select according to ranking formula [duplicate]

I have a table populated with user-submitted links which have been voted on by other users. The table has a column votes as well as a column date in the format 2013-05-12 11:52:55. I now want to ...
-1
votes
2answers
39 views

ranking arbitrary array of objects

If I have an array like this var cars= [ { 'title':'brand', 'value':'honda'} { 'title':'brand', 'value':'toyota'} { 'title':'color', 'value':'red'} { 'title':'color', ...
0
votes
1answer
36 views

MATLAB assign rank to values in a matrix in ascending/descending order

I have a 60x6 matrix X where column 1 is an index and columns 2 to 6 are data for that particular index. I'd like to assign ranks to each value in the data columns, such that columns 2 though 5 are ...
0
votes
1answer
34 views

Adding a ranking column to an SQL table

I'm looking to output a simple table with a name and points, I want to order the table by the points total and am looking to have an extra ranking column in the table for clarifying the final order ...
0
votes
1answer
31 views

Postgresql full text search on really short documents (filename)

I have a database of filenames in which I'm trying to search using PGs full text search facility. I'm running the search query on a table of filenames, the problem is that the ranking functions are ...
0
votes
2answers
33 views

SQL: How to rank users by a certain word they used? [closed]

I have a small intranet with a couple of users and I'd like to make a ranking to see who wrote certain words most. User-table: Contains user-id, user name, some more details about the user ...
1
vote
1answer
29 views

Get current rank using mysql

i've got this query to get the rank of rows, order by some field SET @rank=0; SELECT @rank:=@rank+1 AS rank, id, ammopacks FROM users GROUP BY id ORDER BY ammopacks DESC; How about getting ...
0
votes
1answer
26 views

How to rank svm_predict() output of libsvm in java?

I am doing a classification task (-1 and +1) using LIBSVM in JAVA. In LIBSVM i use kernel_type=RBF and svm_type=C_SVC and all other parameter value are default. How do I rank output of svm_predict() ...
-2
votes
0answers
11 views

Game not avaiable in App Center [closed]

I got stuck with this problem for a while. I configured all of the settings for the multi-platform app and got this status immediately after submitting app for the review: Your app does not have ...
0
votes
1answer
13 views

Rank Across Worksheets

I have 4 worksheets, named Apples, Pears, Bananas, Oranges (in that order in the workbook) with tables of data in them. The data is arranged in exactly the same format. I wish to rank the number of ...
2
votes
1answer
82 views

Facebook rankings and kpi for specific pages

I would like to make an application or even a page in my localhost to do what fanpage karma facebook rankings does. I don't want the facebook insights because I want to have ...
0
votes
1answer
32 views

How to get the position of the user in a ranking in mysql? [duplicate]

Hi am I trying get a position with this code: $sql = mysql_query("SELECT @rownum:=@rownum+1 AS posicao, nome, pontos FROM ranking u, (SELECT @rownum:=0) r ORDER BY pontos DESC"); It works, but I ...
0
votes
0answers
73 views

Displaying top 5 results from 10 using PHP and MYSQL

I am having difficulty trying to display the top 5 results from a query using PHP with MYSQL. At the minute all the outputs are displaying in descending order but I'm looking to display the top 5 from ...
0
votes
3answers
40 views

Saving Rankings in MySQL

I am planning on calculating regional and global rankings once everyday. There will be multiple rankings, each based on ratings or stats. What would be the best way to save these player rankings? ...
0
votes
2answers
75 views

Solr - most frequent searched words

this is my firs question :) ; i'm a student and, as an homework, i'm trying to organize a good solr search engine, using the most common tools and the most knows features. I've already setted up the ...
6
votes
2answers
115 views

SQL ranking query to compute ranks and median in sub groups

I want to compute the Median of y in sub groups of this simple xy_table: x | y --groups--> gid | x | y --medians--> gid | x | y ------- ------------- ...
5
votes
2answers
83 views

php array ranker based on value

I am searching how to build a array ranker based on a value. I have an array output like: key => 0 | id => 16103 | Thumbs => 0 key => 1 | id => 23019 | Thumbs => 0 key => 2 | ...
0
votes
0answers
63 views

MySQL query to compare records in multiple tables and rank the Users against each other

Can't seem to crack this query in MySQL. Am a novice when it comes to SQL, please help me out- Every user (let us call them base user) should be ranked against every user of the opposite sex (refer ...
0
votes
0answers
89 views

Add custom ranking mechanism to SQL Server fulltext search

I have a table that is Full Text indexed, on which I query using FREETEXT. The table is filled from other tables that have constant data, rarely changed. Now there are few millions of rows. Table ...
0
votes
0answers
74 views

Example of 'Programming Collective Intelligence' doesn't work

I download source code from here. I try to run example from chapter 4 of the book 'Programming Collective Intelligence' by Toby Segaran. My version python 2.7.2 I type in interpreter this code: ...
4
votes
2answers
65 views

ranking multiple data frames and summing across them in R

I have 10 data frames with 2 columns each, I'm calling the dataframes a, b, c, d, e, f, g, h, i and j. The first column in each data frame is called s for sequences and the second is p for p-values ...
0
votes
2answers
51 views

Access Wont Sort Currency by Total Value - SQL - Rank

This might be a simple question, but surprisingly I haven't found anything that fits here. I've made a query in which I format a number as currency. Specifically: Format((Sum([CombineTables].[Total ...
0
votes
0answers
26 views

how to check ranking of youtube and etc [closed]

I'm looking for to create a service for people to track their own YouTube video rankings in Google and YouTube. can anyone guide me that how to start with it ? Thanks Shumaila
0
votes
1answer
38 views

How to choose the first record based on time

I have two tables and call table and a after call work table. These two tables have a one to one relationship even tho the after call work records are stored in the call table. You can link a call to ...
0
votes
0answers
39 views

which algorithm to use for a news feed?

I am trying to build a news feed with news articles and I have already implemented a function where the user can mark a news item as favorite (that is its tags) but I am considering how to exploit ...
0
votes
2answers
75 views

rank correlation algorithm

I have a ranking list of friends. Then, I get few more lists of the same friends but different ranking. Is there an algorithm to check which list is the closest to the original ranking list? Thanks
0
votes
1answer
65 views

Solr / Lucene: scoring individual tag

I'm designing a Lucene search index that includes ranked tags for each document. Example: Document 1 tag: java , rank 1.2 tag: learning, rank 2.1 tag: bugs, rank 1.2 tag: architecture: rank 0.3 ...
0
votes
1answer
152 views

Count occurrences of words from multiple columns in Google Spreadsheet

I have a spreadsheet like this, where the values A-E are the same options coming from a form: +------+------+------+ | Opt1 | Opt2 | Opt3 | +------+------+------+ | A | A | B | | B | C ...
1
vote
1answer
97 views

MySQL query to sort by one column and generate its ranking (equivalent to RANK OVER PARTITION oracle)

I have a MySQL table like this: id | points | rank | league_id ______________________________ 1 | 84 | 0 | 1 2 | 55 | 0 | 1 3 | 104 | 0 | 1 4 | 123 | 0 | 2 What I want ...
0
votes
0answers
12 views

ranking by multiple fields

I have a list of objects which I have computed cosine similarity for 3 different attributes. The next thing I would need to do is to rank the objects by the 3 attributes. Is there a ...
1
vote
0answers
92 views

Item rankings, order by confidence using Reddit Ranking Algorithms

I am interested to use this ranking class, based off of an article by Evan Miller to rank a table I have that has upvotes and downvotes. I have a system very similar to Stack Overflow's up/down voting ...
2
votes
2answers
101 views

Total Score ranking algorithm

Background; I am looking for a way to calculate the score of a piece of audio based on listeners feedback. Each time a user listens to the track, they must vote if they like it, a simple yes or no. ...
1
vote
2answers
31 views

Rank by Agent and Month

I have a table with similar data to the following: Agent | TCV | Parent AccountID | AccountID | Month ------+-----+------------------+-----------+-------- John | 100 | ABC12345 | Sept13445 | ...
0
votes
3answers
64 views

How to order a sql query for a ranking system with both average and number of votes?

I'm creating a list for best movies which are based on the users votes like imdb. I have done the list with this sql query: SELECT data_id, COUNT(point), SUM(point) FROM voting_table WHERE ...
1
vote
4answers
37 views

Counting the number of overall entries from 2 different tables

I am trying to rank my users by the number of entries they have submitted to 2 different tables. table gvr: rid | jid --------------- 1 54 2 54 3 54 4 75 5 75 table gos: sid ...
0
votes
2answers
58 views

Product Movement Algorithm Ranking (Based on Units Sold and Net Income)

I am not totally sure if this is the right place to ask this question. Hopefully someone will have an answer or could give some advice. I run a small shop that sells commodities. I have a program / ...
0
votes
1answer
50 views

How to order list by median?

I'm quite new to R and having some problems understanding the reorder function. Lets say i have a list with 3 vectors like: myList <- (c(7,5,2),c(2,3,4),c(1,1,1)) and I want my list to be ...
0
votes
1answer
98 views

Determine ranking of generic comparable array

If have this code (taken from http://stackoverflow.com/a/4859279/1178781): import java.util.Comparator; public class ArrayIndexComparator<T extends Comparable<? super T>> implements ...
0
votes
1answer
49 views

Display nodes below parent without taking ranks to account

I'm making sorta super simplified class diagram in dot language. The diagram contains only simple nodes with class names, inheritance and aggregation. In order to have a specific style for ...
0
votes
3answers
132 views

MySQL - select rank for users in a score table

I've got a 'user_score' table with that structure: |id|user_id|group_id|score| timestamp | | 1| 1| 1| 500| 2013-02-24 18:00:00| | 2| 2| 1| 200| 2013-02-24 18:01:50| | ...
0
votes
1answer
93 views

MySQL Ranking Query and LEFT JOIN

I have a database of users and facebook_accounts, which belong to users. Users are "ranked" by how many points they have in relation to other users: this is done with an embedded SELECT statement that ...
0
votes
2answers
344 views

Excel Ranking with multiple conditions [closed]

https://www.dropbox.com/s/05f82d5piw0pfd2/Book1.xls Hello everyone, can anyone show me how to deal with above ranking issue that I try to solve. What I like to have is only ranking Names Occurrence ...
0
votes
3answers
69 views

Join the best record, if there is one, in Oracle

I have a fairly complex Oracle query, getting data from multiple tables. In one of the joins, I want the best record, if there is one. Therefore, a left outer join. There is a start date field, so ...
1
vote
1answer
110 views

Ranking objects in a list

I have a List of objects, where each object has a number of votes, like so: Object Votes o1 5 o2 4 o3 3 o4 3 I want to rank each one (not just sort) based on the number of ...
0
votes
1answer
37 views

How can I make a tags ranking in javascript

I'm trying to create a script for personal purposes. I'm analyzing lists of blog posts, fetching their tags and I need to obtain a tags ranking. post1_tags: ...
1
vote
2answers
110 views

Excel Ranking tie issue

Does any one know how to deal with tie records issue in Excel? I only want to show the record once on first occurrence. If same number is found twice, it will not show as I show above. ...
0
votes
0answers
79 views

How to rank elements in a a java ArrayList without reordering them

Given a List containing numbers, how can you find the rank of each element (lowest to highest starting with zero) without reordering or sorting the list? For example my List called data has the ...
7
votes
2answers
475 views

Ranking array elements

I need an algorithm to rank elements of an array in Javascript. Example : I have an array as follows: [79, 5, 18, 5, 32, 1, 16, 1, 82, 13] I need to rank the entries by value. So 82 should receive ...

1 2 3 4 5 9