Package edu.uci.ics.jung.algorithms.metrics

Specialized measures for graph properties.

See:
          Description

Class Summary
Metrics A class consisting of static methods for calculating graph metrics.
StructuralHoles<V,E> Calculates some of the measures from Burt's text "Structural Holes: The Social Structure of Competition".
TriadicCensus TriadicCensus is a standard social network tool that counts, for each of the different possible configurations of three vertices, the number of times that that configuration occurs in the given graph.
 

Package edu.uci.ics.jung.algorithms.metrics Description

Specialized measures for graph properties. These currently include:



Copyright © 2009. All Rights Reserved.