Module topology

Module topology 

Source
Expand description

Graph topology analysis kernels.

This module provides topology analysis:

  • Degree ratio (in/out degree analysis)
  • Star topology score (hub-and-spoke detection)

Structs§

DegreeRatio
Degree ratio kernel.
DegreeRatioResult
Degree ratio result for a node.
NodeRoleDistribution
Distribution of node roles in the graph.
StarTopologyResult
Star topology result for a node.
StarTopologyScore
Star topology score kernel.

Enums§

NodeClassification
Node classification based on degree ratio.
StarType
Star type classification.