chevron_right Demos chevron_right Clustering Algorithms
Related demos
Book a live Demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

  • Interactive graph visualization in real time
  • Integration example
  • Live Q&A and next step recommendations

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

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