Package edu.uci.ics.jung.algorithms.blockmodel

Support for establishing and maintaining graph element equivalence (such as in blockmodeling).

See:
          Description

Class Summary
StructurallyEquivalent<V,E> Identifies sets of structurally equivalent vertices in a graph.
VertexPartition<V,E> Maintains information about a vertex partition of a graph.
 

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

Support for establishing and maintaining graph element equivalence (such as in blockmodeling).

In blockmodeling, groups of vertices are clustered together by similarity (as if members of a "block" appearing on the diagonal of the graph's adjacency matrix).

This support currently includes:



Copyright © 2009. All Rights Reserved.