Commit 977bed99 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402970
parent cb3d2213
...@@ -145,6 +145,10 @@ ...@@ -145,6 +145,10 @@
<name>Online_SVM</name> <name>Online_SVM</name>
<link>svm_pegasos_ex.cpp.html</link> <link>svm_pegasos_ex.cpp.html</link>
</item> </item>
<item>
<name>Sparse_Vectors</name>
<link>svm_sparse_ex.cpp.html</link>
</item>
<item> <item>
<name>Neural_Network</name> <name>Neural_Network</name>
<link>mlp_ex.cpp.html</link> <link>mlp_ex.cpp.html</link>
......
...@@ -234,6 +234,7 @@ ...@@ -234,6 +234,7 @@
<examples> <examples>
<example>svm_pegasos_ex.cpp.html</example> <example>svm_pegasos_ex.cpp.html</example>
<example>svm_sparse_ex.cpp.html</example>
</examples> </examples>
</component> </component>
...@@ -615,6 +616,9 @@ ...@@ -615,6 +616,9 @@
kernel learning machines that operate on kernel learning machines that operate on
<a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">sparse vectors</a>. <a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">sparse vectors</a>.
</description> </description>
<examples>
<example>svm_sparse_ex.cpp.html</example>
</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