Ejemplo n.º 1
0
 public function testGetLabel()
 {
     $hmm = new slHiddenMarkovModel(4, array(1, 2, 3));
     $this->assertSame(2, $hmm->getLabel(1));
 }