This structure keeps a sequence example
-
int n_frames
- the number of frames of the sequence
-
int n_seqtargets
- if there are targets, the number of targets (the length of the matrix)
-
real** inputs
- if there are inputs, the matrix containing the inputs
-
real** observations
- if there are observations, the matrix containing the observations
-
real** seqtargets
- if there are targets, the matrix containing the targets
-
int* alignment
- alignment between observations and seqtargets, when available.
-
int* alignment_phoneme
- alignment phoneme index
-
int n_alignments
- the size of the alignment vector (needs not to coincide with seqtargets)
-
char* name
- some examples have names.
-
int* selected_frames
- if only some frames of the example is selected
-
int n_real_frames
- how many real frames are there in the example
-
int current_frame
- which frame are we handling now
Documentation
This structure keeps a sequence example
int n_frames
- the number of frames of the sequence
int n_seqtargets
- if there are targets, the number of targets (the length of the matrix)
real** inputs
- if there are inputs, the matrix containing the inputs
real** observations
- if there are observations, the matrix containing the observations
real** seqtargets
- if there are targets, the matrix containing the targets
int* alignment
- alignment between observations and seqtargets, when available.
alignment[i] gives the index of the inputs/observations
corresponding to phoneme alignment_phoneme[i].
int* alignment_phoneme
- alignment phoneme index
int n_alignments
- the size of the alignment vector (needs not to coincide with seqtargets)
char* name
- some examples have names. this is used to make a relation between
alignment datafiles and observation datafiles
int* selected_frames
- if only some frames of the example is selected
int n_real_frames
- how many real frames are there in the example
int 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++.