pub fn propagate(
conn: &Connection,
origin_id: i64,
base_penalty: f64,
) -> Result<()>Expand description
Propagate a confidence penalty from origin_id to all entities that
transitively depend on it, up to MAX_DEPTH hops.
Penalty at hop h = base_penalty * ATTENUATION^h.