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
https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/07.02.svm.md
第3.5.1节: 当yi, yj异号时,应该是H = min{C, C + aj - ai} 当yi, yj同号时,应该是H = min{C, ai + aj}
希望能订正
The text was updated successfully, but these errors were encountered:
你好,其实后来在博客中:http://blog.csdn.net/v_july_v/article/details/7624837 ,和Word版本内都已经对H 进行了修正,只是这github上没修正。 欢迎你pull request 进行修正,thanks。
Sorry, something went wrong.
No branches or pull requests
https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/07.02.svm.md
第3.5.1节:
当yi, yj异号时,应该是H = min{C, C + aj - ai}
当yi, yj同号时,应该是H = min{C, ai + aj}
希望能订正
The text was updated successfully, but these errors were encountered: