Module metrics

Module metrics 

Source
Expand description

Graph-level metrics kernels.

This module provides graph-wide metrics:

  • Graph density
  • Average path length
  • Diameter
  • Average clustering coefficient

Structsยง

AveragePathLength
Average path length kernel.
ClusteringCoefficient
Clustering coefficient kernel.
ConnectedComponents
Connected components kernel.
FullGraphMetrics
Full graph metrics kernel.
GraphDensity
Graph density kernel.
GraphMetricsResult
Result of graph metrics computation.