Differences

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

projs:clans:docs:snbf [2014/01/20 11:00]
yoyoliliu
projs:clans:docs:snbf [2014/01/20 23:16] (current)
yoyoliliu
Line 14: Line 14:
====== Functions ====== ====== Functions ======
-  - Construct(G) +  - SocialNetwork(G):construction function. 
-  - ShowInformation():  +  - ShowInformation(): Return basic features of graph. 
-  -   - Return: basic features of graph. +  - GetDensity(): Return density of graph. 
-  - GetDensity():  +  - GetAPL(): Return average shortest path length of graph. 
-  -   - Return: density of graph. +  - GetPeopleRank(): Calculate average page rank of people as graph's rank.Return page rank value of graph. 
-  - GetAPL() +  - GetBetweenness(): Return average betweenness of each nodes in graph. 
-  -   - Return: average shortest path length of graph. +  - GetCloseness(): Return average closeness of each nodes in graph. 
-  - GetPeopleRank():  +  - GetDegree(): Return degree distribution of graph. 
-  -   - Calculate average page rank of people as graph's rank. +  - GetDegreeCentrality(): Return degree centrality of graph.
-  -   - Return: page rank value of graph. +
-  - GetBetweenness() +
-  -   - Return: average betweenness of each nodes in graph. +
-  - GetCloseness() +
-  -   - Return: average closeness of each nodes in graph. +
-  - GetDegree() +
-  -   - Return: degree distribution of graph. +
-  - GetDegreeCentrality() +
-  -   - Return: degree centrality of graph.+
 
projs/clans/docs/snbf.1390186854.txt.gz · Last modified: 2014/01/20 11:00 by yoyoliliu     Back to top