double sgenerate_next_value

(smodel* smo, double* O,
  const int len)

Generate a single next value based on a trained model and on a seq of length "len".

Documentation

Generate a single next value based on a trained model and on a seq of length "len". Use the most prob. state given the seq as an initial state and determin the next state und the symbol with the RNG.
Parameters:
smo - : given model
O - : given sequence
len - : length of sequence

Alphabetic index



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