Type Definition consprob_trained::SparseProbMatPair

source ·
pub type SparseProbMatPair<T> = (HashMap<(T, T), f32, BuildHasherDefault<AHasher>, Global>, HashMap<(T, T), f32, BuildHasherDefault<AHasher>, Global>);