Methods
|
|
__call__
__init__
all
determineHMMClass
|
|
__call__
|
__call__ (
self,
fileName,
modelIndex=None,
)
Exceptions
|
|
IOError, 'File ' + str( fileName ) + ' not found.'
|
|
|
__init__
|
__init__ ( self, defaultFileType=None )
|
|
all
|
all ( self, fileName )
Exceptions
|
|
IOError, 'File ' + str( fileName ) + ' not found.'
|
|
|
determineHMMClass
|
determineHMMClass ( self, fileName )
Exceptions
|
|
TypeError, "Model type can not be determined."
|
|
|