class IOHTKTarget

Handles the standard Ascii HTK targets/labels format in Torch.

Inheritance:


Public Members

[more] Saves one sequence in file using the ascii format


Inherited from IOSequence:

Public Fields

oint n_sequences
oint frame_size

Public Methods

ovirtual int getNumberOfFrames(int t)
ovirtual void getSequence(int t, Sequence* sequence)
ovirtual int getTotalNumberOfFrames()


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

Handles the standard Ascii HTK targets/labels format in Torch. There are two format:
o Saves one sequence in file using the ascii format
Saves one sequence in file using the ascii format


This class has no child classes.
Author:
Johnny Mariethoz (Johnny.Mariethoz@idiap.ch)
See Also:
IOAscii

Alphabetic index HTML hierarchy of classes or Java



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