void model_set_transition

(model* mo, int i, int j, double prob)

Set transition from state 'i' to state 'j' to value 'prob'.

Documentation

Set transition from state 'i' to state 'j' to value 'prob'. NOTE: No internal checks - model might get broken if used carelessly.
Parameters:
- mo model
i - state index
j - state index
prob - probabilitys

Alphabetic index



This page was generated with the help of DOC++.