Commit 18af6d4c authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403999
parent 10361a72
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment