Type Definition consprob_trained::ProbMats

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