struct struct sequence_t


o seq
sequence array.
o states
matrix of state ids, can be used to save the viterbi path during sequence generation.
o seq_len
array of sequence length
o seq_label
array of sequence labels
o seq_id
array of sequence IDs
o seq_w
positiv!
o seq_number
total number of sequences
o total_w
sum of sequence weights
Sequence structure for integer sequences. Contains an array of sequences and corresponding data like sequence label, sequence weight, etc. Sequences may have different length.

Alphabetic index



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