Skip to main content

identify_effect_in_graph

Function identify_effect_in_graph 

Source
pub fn identify_effect_in_graph(
    graph: &CausalGraph,
    source: &str,
    target: &str,
) -> CausalEffectVerdict
Expand description

Same as identify_effect but takes an already-built graph for callers that want to reuse the construction across many queries.