Crate icentral_brandes

Source

Structs§

BrandesDeltaIterWorkspace
BrandesDeltaStepAdjacentWorkspace
BrandesIterHashWorkspace
BrandesIterWithGraphWorkspace
BrandesIterationWorkspace

Functions§

brandes_bc
brandes_bc_hash
brandes_bc_hash_out
brandes_betweenness_centrality
brandes_betweenness_centrality_iteration
brandes_block
brandes_delta_iter
| increments bc values in @scores with the change | of pair dependency of @source after adding edge | (src, dst) edge (src, dst) is assumed not to be | in the graph | | the two cases, when d(source, dst) - d(source, src) is | 1 and > 2 are handled here |
brandes_delta_step_adjacent
case 1: dst_distance - src_distance = 1
brandes_delta_step_far
brandes_iter
| One iteration of Brandes algorithm | from source @s |
brandes_iter_hash_out
brandes_iter_with_graph
brandes_iter_with_graphhash
incremental_brandes
incremental_brandes_experimental
make_sure_src_is_the_closer_to_source_node