Ejemplo n.º 1
0
 def __init__(self):
     super(QTCBCHMM, self).__init__()
     self.num_possible_states = 92  # Setting number of possible states: QTCBC + start and end
     self.qtcb = QTCBHMM()
     self.qtcc = QTCCHMM()