SegmentationList Struct Reference

Linked list that defines a segmentation of the feature vector pool. More...

List of all members.


Public Attributes

int firstFrame
int lastFrame
int ID [4]
char * infoString
SegmentationListnext

Detailed Description

Linked list that defines a segmentation of the feature vector pool.

The ID variable can be used for different purposes. During training, the IDs can be used to store the left- and right contexts of the phones. If needed, pointers to bigger data structures can be stored in ID. ID[0] is used as 'cluster ID'.


Member Data Documentation