Function shd

Source
pub fn shd<G, H>(true_graph: &G, pred_graph: &H) -> f64
where G: BaseGraph, H: BaseGraph,
Expand description

Structural Hamming Distance (SHD).