ProbMatPair

Type Alias ProbMatPair 

Source
pub type ProbMatPair<'a, T> = (&'a HashMap<(T, T), f32>, &'a HashMap<(T, T), f32>);