SparseProbMatPair

Type Alias SparseProbMatPair 

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