Expand description
Graph algorithms: centrality (PageRank, degree, betweenness) and shortest path (queries 10-11).
Structs§
- Centrality
Params - Parameters for a centrality query.
- Centrality
Result - Result of a centrality computation.
- Path
Result - Result of a shortest path query.
- Shortest
Path Params - Parameters for shortest path query.
Enums§
- Centrality
Algorithm - Which centrality algorithm to use.