updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403257
This commit is contained in:
Davis King 2009-10-19 02:55:39 +00:00
parent 2f4217c799
commit 409d940382
3 changed files with 13 additions and 0 deletions

View File

@ -382,6 +382,7 @@
</description>
<examples>
<example>optimization_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples>
</component>
@ -404,6 +405,10 @@
function.
</p>
</description>
<examples>
<example>optimization_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples>
</component>

View File

@ -149,6 +149,10 @@
<name>Support_Vector_Machine</name>
<link>svm_ex.cpp.html</link>
</item>
<item>
<name>Model_Selection</name>
<link>model_selection_ex.cpp.html</link>
</item>
<item>
<name>Online_SVM</name>
<link>svm_pegasos_ex.cpp.html</link>

View File

@ -20,6 +20,8 @@
<p>
A good tutorial and introduction to the general concepts used by most of the
objects in this part of the library can be found in the <a href="svm_ex.cpp.html">svm example</a> program.
After reading this example another good one to consult would be the <a href="model_selection_ex.cpp.html">model selection</a>
example program.
</p>
<p>
@ -505,6 +507,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</description>
<examples>
<example>svm_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples>
</component>
@ -1061,6 +1064,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</description>
<examples>
<example>svm_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples>
</component>