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 @@ ...@@ -382,6 +382,7 @@
</description> </description>
<examples> <examples>
<example>optimization_ex.cpp.html</example> <example>optimization_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples> </examples>
</component> </component>
...@@ -404,6 +405,10 @@ ...@@ -404,6 +405,10 @@
function. function.
</p> </p>
</description> </description>
<examples>
<example>optimization_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples>
</component> </component>
......
...@@ -149,6 +149,10 @@ ...@@ -149,6 +149,10 @@
<name>Support_Vector_Machine</name> <name>Support_Vector_Machine</name>
<link>svm_ex.cpp.html</link> <link>svm_ex.cpp.html</link>
</item> </item>
<item>
<name>Model_Selection</name>
<link>model_selection_ex.cpp.html</link>
</item>
<item> <item>
<name>Online_SVM</name> <name>Online_SVM</name>
<link>svm_pegasos_ex.cpp.html</link> <link>svm_pegasos_ex.cpp.html</link>
......
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
<p> <p>
A good tutorial and introduction to the general concepts used by most of the 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. 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>
<p> <p>
...@@ -505,6 +507,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -505,6 +507,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</description> </description>
<examples> <examples>
<example>svm_ex.cpp.html</example> <example>svm_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples> </examples>
</component> </component>
...@@ -1061,6 +1064,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -1061,6 +1064,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</description> </description>
<examples> <examples>
<example>svm_ex.cpp.html</example> <example>svm_ex.cpp.html</example>
<example>model_selection_ex.cpp.html</example>
</examples> </examples>
</component> </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