Exemplo n.º 1
0
    def _createGMMS(self, obs):
        ''' create gmms for hmm '''

        self.ggmm = GMM_Util()
        return self.ggmm.trainGmms(obs)
Exemplo n.º 2
0
 def __init__(self):
     self.ggmm = GMM_Util()