Differences

This shows you the differences between two versions of the page.

projs:clans:docs:snd:getcompanydistribution [2014/01/20 11:13]
yoyoliliu
projs:clans:docs:snd:getcompanydistribution [2014/01/21 14:21] (current)
yoyoliliu
Line 1: Line 1:
-====== GetCompanyDistribution ======+====== GetCompanyDistribution(college,top) ====== 
 +Return the most common companies which are most alumnus of this college work in. 
====== Description ====== ====== Description ======
 +Given a college name, we can find alumnus of this college are common in which companies.
====== Parameter ====== ====== Parameter ======
 +  - college: college or university name
 +  - top: the number of top companies
====== Return ====== ====== Return ======
 +A sorted list of compayies
====== Detail Information ====== ====== Detail Information ======
 +  - given a college
 +  - find people who were graduated from this college
 +  - get people information(pid, name, company)
 +  - map people information to company
 +  - count the number of each company
 +  - sort and show top of companies
 
projs/clans/docs/snd/getcompanydistribution.1390187624.txt.gz · Last modified: 2014/01/20 11:13 by yoyoliliu     Back to top