Module types

Module types 

Source
Expand description

Common graph types and data structures.

Structsยง

CentralityResult
Centrality result for a graph.
CommunityResult
Community detection result.
CsrGraph
Graph representation in Compressed Sparse Row (CSR) format.
NodeScore
Node with centrality score.
SimilarityResult
Result of similarity computation.
SimilarityScore
Similarity result between two nodes or sets.