HigherOrderTransitions

Type Alias HigherOrderTransitions 

Source
pub type HigherOrderTransitions = HashMap<Vec<String>, HashMap<String, u64>>;
Expand description

Higher-order transition matrix. Key: sequence of activities (as tuple), Value: map of next activity -> count

Aliased Typeยง

pub struct HigherOrderTransitions { /* private fields */ }