Commit 409d9403 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403257
parent 2f4217c7
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
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