Contents - Index


NETWORKS>CENTRALITY>MULTIPLE MEASURES(Old)


PURPOSE Computes four normalized centrality measures: degree, closeness, betweenness, and eigenvector.  

DESCRIPTION Only normalized versions of the measures for undirected data are given . There are no descriptive statistics nor are there any centralization measures.  
 
 
PARAMETERS Input dataset:
Name of file containing network to be analyzed. Data type: Graph
 
Output Dataset: (Default = 'Centrality')
Name of file which will contain centrality measures for each node.


LOG FILE A table of centrality measures.  

TIMING O(N^2).

COMMENTS 

REFERENCES See individual measures.