Package edu.uci.ics.jung.algorithms.cluster

Mechanisms for identifying clusters in graphs.

See:
          Description

Class Summary
BicomponentClusterer<V,E> Finds all biconnected components (bicomponents) of an undirected graph.
EdgeBetweennessClusterer<V,E> An algorithm for computing clusters (community structure) in graphs based on edge betweenness.
VoltageClusterer<V,E> Clusters vertices of a Graph based on their ranks as calculated by VoltageScorer.
WeakComponentClusterer<V,E> Finds all weak components in a graph as sets of vertex sets.
 

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

Mechanisms for identifying clusters in graphs. Where these clusters define disjoint sets of vertices, they may be used to define a VertexPartition for more convenient manipulation of the vertex/set relationships. Current clustering algorithms include:



Copyright © 2009. All Rights Reserved.