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
p(s|w1)p(s|w2)...p(s|w15)
p = --------------------------------------------------------------- p(s|w1)p(s|w2)...p(s|w15) + (1-p(s|w1))(1-p(s|w2)...(1-p(s|w15)))
一开始,我们假定P(S)=0.5。但是随着邮件的处理,这个P(S)是否应该做出修正,但是推导上面公式的时候也是基于P(S)=0.5。所以,如果P(S)修正了,这个公式也就不成立了???????
The text was updated successfully, but these errors were encountered:
No branches or pull requests
p = ---------------------------------------------------------------
p(s|w1)p(s|w2)...p(s|w15) + (1-p(s|w1))(1-p(s|w2)...(1-p(s|w15)))
一开始,我们假定P(S)=0.5。但是随着邮件的处理,这个P(S)是否应该做出修正,但是推导上面公式的时候也是基于P(S)=0.5。所以,如果P(S)修正了,这个公式也就不成立了???????
The text was updated successfully, but these errors were encountered: