Type Definition consprob_trained::SparseScoreMat

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