We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lihang_book_algorithm/hmm/hmm.py
Line 148 in 41ae6fa
i = 0 while self.Pi[i]<ran or self.Pi[i]<0.0001: ran -= self.Pi[i] i += 1 I.append(i)
这个函数中用到的采样方法具体是什么方法, 有什么参考资料可以看的吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lihang_book_algorithm/hmm/hmm.py
Line 148 in 41ae6fa
这个函数中用到的采样方法具体是什么方法, 有什么参考资料可以看的吗?
The text was updated successfully, but these errors were encountered: