(model*  mo,  sequence_t*  sq,
  int max_step,
  double likelihood_delta)
Just like reestimate_baum_welch, but you can limit the maximum number of steps 
Documentation
Just like reestimate_baum_welch, but you can limit
the maximum number of steps
- Parameters:
-  - mo          initial model
 sq -           training sequences
 max_step -     maximal number of Baum-Welch steps
 likelihood_delta -  minimal improvement in likelihood required for carrying on. Relative value
to log likelihood
 
- Returns:
-   0/-1 success/error
 
Alphabetic index
This page was generated with the help of DOC++.