pub fn cmd_centrality(
path: &Path,
algorithm: &str,
damping: f32,
edge_types: Vec<EdgeType>,
event_types: Vec<EventType>,
limit: usize,
iterations: u32,
json: bool,
) -> AmemResult<()>Expand description
Centrality analysis.