edu.uci.ics.jung.algorithms.cluster
Interface GraphClusterer

All Known Implementing Classes:
BicomponentClusterer, EdgeBetweennessClusterer, WeakComponentClusterer

public interface GraphClusterer

Interface for finding clusters (sets of possibly overlapping vertices) in graphs.

Author:
Scott White

Method Summary
 ClusterSet extract(ArchetypeGraph graph)
          Extracts the clusters from a graph.
 

Method Detail

extract

ClusterSet extract(ArchetypeGraph graph)
Extracts the clusters from a graph.

Parameters:
graph - the graph
Returns:
the set of clusters