Commit ab97c454 authored by Davis King's avatar Davis King

updated docs

parent 5be14782
...@@ -146,6 +146,10 @@ ...@@ -146,6 +146,10 @@
<item nolink="true"> <item nolink="true">
<name>Examples: C++</name> <name>Examples: C++</name>
<sub> <sub>
<item>
<name>Structural_Support_Vector_Machines</name>
<link>svm_struct_ex.cpp.html</link>
</item>
<item> <item>
<name>Sequence_Segmentation</name> <name>Sequence_Segmentation</name>
<link>sequence_segmenter_ex.cpp.html</link> <link>sequence_segmenter_ex.cpp.html</link>
......
...@@ -2631,13 +2631,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -2631,13 +2631,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
data sample x matches a label y. When used for prediction, the best label data sample x matches a label y. When used for prediction, the best label
for a new x is given by the y which maximizes F(x,y). for a new x is given by the y which maximizes F(x,y).
<p> <br/>
If you want to see example code that uses this object then take a look at
the implementation of the
<a href="dlib/svm/svm_multiclass_linear_trainer.h.html">svm_multiclass_linear_trainer</a>
object.
</p>
<br/> <br/>
For an introduction to structured support vector machines you should consult For an introduction to structured support vector machines you should consult
...@@ -2668,6 +2662,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -2668,6 +2662,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</description> </description>
<examples> <examples>
<example>svm_struct.py.html</example> <example>svm_struct.py.html</example>
<example>svm_struct_ex.cpp.html</example>
</examples> </examples>
</component> </component>
...@@ -2685,6 +2680,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -2685,6 +2680,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
have multiple computers then you can use the <a href="#svm_struct_controller_node">svm_struct_controller_node</a> have multiple computers then you can use the <a href="#svm_struct_controller_node">svm_struct_controller_node</a>
to distribute the work across many computers. to distribute the work across many computers.
</description> </description>
<examples>
<example>svm_struct_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