struct SeqExample

This structure keeps a sequence example

[more]int n_frames
the number of frames of the sequence
[more]int n_seqtargets
if there are targets, the number of targets (the length of the matrix)
[more]real** inputs
if there are inputs, the matrix containing the inputs
[more]real** observations
if there are observations, the matrix containing the observations
[more]real** seqtargets
if there are targets, the matrix containing the targets
[more]int* alignment
alignment between observations and seqtargets, when available.
[more]int* alignment_phoneme
alignment phoneme index
[more]int n_alignments
the size of the alignment vector (needs not to coincide with seqtargets)
[more]char* name
some examples have names.
[more]int* selected_frames
if only some frames of the example is selected
[more]int n_real_frames
how many real frames are there in the example
[more]int current_frame
which frame are we handling now


Documentation

This structure keeps a sequence example
oint n_frames
the number of frames of the sequence

oint n_seqtargets
if there are targets, the number of targets (the length of the matrix)

oreal** inputs
if there are inputs, the matrix containing the inputs

oreal** observations
if there are observations, the matrix containing the observations

oreal** seqtargets
if there are targets, the matrix containing the targets

oint* alignment
alignment between observations and seqtargets, when available. alignment[i] gives the index of the inputs/observations corresponding to phoneme alignment_phoneme[i].

oint* alignment_phoneme
alignment phoneme index

oint n_alignments
the size of the alignment vector (needs not to coincide with seqtargets)

ochar* name
some examples have names. this is used to make a relation between alignment datafiles and observation datafiles

oint* selected_frames
if only some frames of the example is selected

oint n_real_frames
how many real frames are there in the example

oint current_frame
which frame are we handling now

Alphabetic index HTML hierarchy of classes or Java



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