updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403999
This commit is contained in:
Davis King 2010-12-22 00:25:53 +00:00
parent 10361a726c
commit 18af6d4c8f
1 changed files with 3 additions and 1 deletions

View File

@ -370,7 +370,9 @@ subject to the following constraint:
sum(alpha) == nu*y.size()
0 <= min(alpha) && max(alpha) <= 1
trans(y)*alpha == 0
Where f is convex. This means that Q should be symmetric and positive-semidefinite.
Where all elements of y must be equal to +1 or -1 and f is convex.
This means that Q should be symmetric and positive-semidefinite.
</pre>
<br/>
This object implements the strategy used by the LIBSVM tool. The following papers