class FrameSeg

This class keeps track of all information to compute errors at the frame level

Inheritance:


Public Fields

[more]LexiconInfo* lexicon
the corresponding lexicon
[more]Sequence* target
the target sequence
[more]Sequence* obtained
the obtained sequence
[more]int* states_to_model_states
the translation between words, states, model_states

Public Methods

[more] FrameSeg(LexiconInfo* lexicon_)


Inherited from Object:

Public Fields

oAllocator* allocator

Public Methods

ovoid addOption(const char* name, int size, void* ptr, const char* help="")
ovoid addIOption(const char* name, int* ptr, int init_value, const char* help="")
ovoid addROption(const char* name, real* ptr, real init_value, const char* help="")
ovoid addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
ovoid addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
ovoid setOption(const char* name, void* ptr)
ovoid setIOption(const char* name, int option)
ovoid setROption(const char* name, real option)
ovoid setBOption(const char* name, bool option)
ovoid setOOption(const char* name, Object* option)
ovirtual void loadXFile(XFile* file)
ovirtual void saveXFile(XFile* file)
ovoid load(const char* filename)
ovoid save(const char* filename)
ovoid* operator new(size_t size, Allocator* allocator_=NULL)
ovoid* operator new(size_t size, Allocator* allocator_, void* ptr_)
ovoid operator delete(void* ptr)


Documentation

This class keeps track of all information to compute errors at the frame level

oLexiconInfo* lexicon
the corresponding lexicon

oSequence* target
the target sequence

oSequence* obtained
the obtained sequence

oint* states_to_model_states
the translation between words, states, model_states

o FrameSeg(LexiconInfo* lexicon_)


This class has no child classes.
Author:
Samy Bengio (bengio@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



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