Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:snbf [2014/01/20 10:17] yoyoliliu |
projs:clans:docs:snbf [2014/01/20 23:16] (current) yoyoliliu |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ====== Functions ====== | ====== Functions ====== | ||
| - | - ShowInformation() | + | - SocialNetwork(G):construction function. |
| - | - GetDensity() | + | - ShowInformation(): Return basic features of graph. |
| - | - GetAPL() | + | - GetDensity(): Return density of graph. |
| - | - GetPeopleRank() | + | - GetAPL(): Return average shortest path length of graph. |
| - | - GetBetweenness() | + | - GetPeopleRank(): Calculate average page rank of people as graph's rank.Return page rank value of graph. |
| - | - GetCloseness() | + | - GetBetweenness(): Return average betweenness of each nodes in graph. |
| - | - GetDegree() | + | - GetCloseness(): Return average closeness of each nodes in graph. |
| - | - GetDegreeCentrality() | + | - GetDegree(): Return degree distribution of graph. |
| + | - GetDegreeCentrality(): Return degree centrality of graph. | ||