guyz / HMM

Python Hidden Markov Models framework
131 stars 66 forks source link

How can I implement score() method ? #1

Closed lujiaying closed 6 years ago

lujiaying commented 9 years ago

Hi, I just found your code. And I think it's good.

But when I start to use it, I found there's not socre(self, seq) method (Compute the log probability of a observation sequence).

Would you please help me to implement it?

Thank you very much :)