Skip to main content

Module analytics

Module analytics 

Source
Expand description

Graph Analytics

Advanced graph analysis algorithms including:

  • Community detection (Louvain algorithm)
  • Centrality measures (betweenness, closeness, degree)
  • Path finding (shortest path, all paths)
  • Graph embeddings preparation
  • Temporal graph analysis

Structsยง

CentralityScores
Centrality scores for a node
Community
Community detection result
GraphAnalytics
Graph analytics engine
Path
Path between two nodes