Package gmisclib :: Module HTK_HMM_io :: Class vec
[frames] | no frames]

Class vec

source code


Instance Methods
 
__init__(self, vtype, v, name=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__eq__(self, other) source code
 
__hash__(self)
hash(x)
source code
 
__repr__(self)
repr(x)
source code
 
write(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  cname = {'i': 'InvCov', 't': 'TransP', 'u': 'Mean', 'v': 'Vari...
  dim = {'i': -2, 't': 2, 'u': 1, 'v': 1}
Properties

Inherited from object: __class__

Method Details

__init__(self, vtype, v, name=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • vtype (string, one of 'u', 'v', 'i', 't')
Overrides: object.__init__

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details

cname

Value:
{'i': 'InvCov', 't': 'TransP', 'u': 'Mean', 'v': 'Variance'}