model* model_generate_from_sequence

(const int* seq,
  int seq_len,
  int anz_symb)

Produces a model, which generates the given sequence with probability 1.

Documentation

Produces a model, which generates the given sequence with probability 1. The model is a strict left-right model with one state for each element in the sequence and the output in state i is the i-th value in the sequence with probability 1. The model also has a final state, a state with no output.
Parameters:
seq - : sequence
seq_len - : length of the sequence
anz_symb - : number of symbols in the sequence
Returns:
pointer to the produced model

Alphabetic index



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