pub type SparseProbsHashedIds<T> = HashMap<(usize, usize), HashMap<(T, T), f32>>;
pub struct SparseProbsHashedIds<T> { /* private fields */ }