pub type SparseProbMatPair<T> = (HashMap<(T, T), f32, RandomState, Global>, HashMap<(T, T), f32, RandomState, Global>);