pub type TransitionMatrix = HashMap<String, HashMap<String, u64>>;Expand description
Transition matrix for first-order Markov model. Key: current activity, Value: map of next activity -> count
Aliased Typeยง
pub struct TransitionMatrix { /* private fields */ }