Documentation of 'edu.uci.ics.jung.algorithms.cluster.package-summary' Java class
edu.uci.ics.jung.algorithms.cluster

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

Mechanisms for identifying clusters in graphs.

See: Description

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:
  • BicomponentClusterer: finds all subsets of vertices for which at least 2 vertices must be removed in order to disconnect the induced subgraphs.
  • EdgeBetweennessClusterer: identifies vertex clusters by removing the edges of the highest 'betweenness' scores (see the importance/scoring package).
  • VoltageClusterer: Clusters vertices based on their ranks as calculated by VoltageRanker.
  • WeakComponentVertexClusterer: Clusters vertices based on their membership in weakly connected components of a graph.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.