GetIndistryD(industry,top)

Return a list of colleges which alumnus are most common working in this industry.

Description

Given a industry, count at which college's alumnus are most common working. The number of industry in mainland China is 7,'金融','房地产','综合','公用事业','商业','工业'.

Parameter

  1. industry: classification industry of listed companies in mainland China
  2. top: number of top colleges

Return

A sorted list of colleges.

Detail Information

  1. given an industry
  2. find people who work in this industry
  3. map people to college
  4. calculate average PageRank of colleges
  5. sort and show top colleges
 
projs/clans/docs/snd/getindistryd.txt · Last modified: 2014/01/21 14:14 by yoyoliliu     Back to top