chevron_right Demos chevron_right Clustering Algorithms
Discover More
Book a live Demo

See yFiles in action

30 min • Online • No install required


For developers, PMs & tech leads

  • Quick-start walkthrough + a real integration example
  • Live Q&A with next-step recommendations

Prefer another tool over Zoom? Just say so when you book.

Opens our scheduling page with Zoom's booking widget embedded. Using it shares your data with Zoom under its Privacy Policy.

See yFiles in action

30 min • Online • No install required


For developers, PMs & tech leads

Prefer another tool over Zoom? Just say so when you book.

Opens our scheduling page with Zoom's booking widget embedded. Using it shares your data with Zoom under its Privacy Policy.

Edge Betweenness Clustering

Partitions the graph into groups using edge betweenness centrality. The groups are detected by progressively removing the edge with the highest betweenness centrality from the graph.

Settings

Things to Try

  • Determine the desired minimum or maximum number of clusters. The algorithm will try to respect these values (if possible), unless the graph is disconnected.
  • Determine whether or not edge direction or edge costs should be taken under consideration. Edge costs can be determined through edge labels. If edge costs are enabled, for those edges that do not have a label, their edge length will be considered.
  • Create/Remove nodes and edges to see how the result of the algorithm is influenced.

Clustering Demo

This demo showcases a selection of clustering algorithms. The algorithms presented are the following:

Things to Try