Expand description
Common graph types and data structures.
Structsยง
- Centrality
Result - Centrality result for a graph.
- Community
Result - Community detection result.
- CsrGraph
- Graph representation in Compressed Sparse Row (CSR) format.
- Node
Score - Node with centrality score.
- Similarity
Result - Result of similarity computation.
- Similarity
Score - Similarity result between two nodes or sets.