HMM

1 DOC++ generated API

API
 

GMMTrain (Node)

Creates a GMM that best represents a set of input frames
 
NAME TYPE MEANING
Inputs FRAMES Buffer<ObjectRef> The input frames as a buffer of ObjectRef 
(pointing to Vector<float>)
Outputs OUTPUT GMM The GMM that best represents the input data
Parameters none

 

GMMScore (Node)

Scores a frame with a GMM and returns the score
 
NAME TYPE MEANING
Inputs FRAMES
GMM
Vector<float>
GMM
The frame to score
The GMM that will be used to score the frame
Outputs OUTPUT Float The output score
Parameters none

 



Jean-Marc Valin, Université de Sherbrooke
$Date: 2000/03/26 20:09:19 $