Expand description
Graph-level metrics kernels.
This module provides graph-wide metrics:
- Graph density
- Average path length
- Diameter
- Average clustering coefficient
Structsยง
- Average
Path Length - Average path length kernel.
- Clustering
Coefficient - Clustering coefficient kernel.
- Connected
Components - Connected components kernel.
- Full
Graph Metrics - Full graph metrics kernel.
- Graph
Density - Graph density kernel.
- Graph
Metrics Result - Result of graph metrics computation.