Differences
This shows you the differences between two versions of the page.
projs:clans:docs:snd:getindustrydistribution [2014/01/20 11:04] yoyoliliu created |
projs:clans:docs:snd:getindustrydistribution [2014/01/21 14:12] (current) yoyoliliu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== GetIndustyDistribution ====== | + | ====== GetSubIndustyD(subIndustry) ====== |
+ | Return colleges which alumnus are most common working in sub industry. | ||
====== Description ====== | ====== Description ====== | ||
+ | given a industry, count at which college's alumnus are most common working. The number of industry in mainland China is 141. For example,'银行业','房地产开发与经营','计算机应用服务业' and so on. | ||
====== Parameter ====== | ====== Parameter ====== | ||
+ | sub industry: classification of listed company in mainland China. | ||
====== Return ====== | ====== Return ====== | ||
+ | A sorted list of colleges. | ||
====== Detail Information ====== | ====== Detail Information ====== | ||
+ | - given an industry | ||
+ | - find people who are working in this industry | ||
+ | - map people to colleges | ||
+ | - count the number of colleges. | ||
+ | - sort colleges. | ||
+ | |||