mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
5be1478295
commit
ab97c454e3
@ -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
|
|||||||
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
|
|||||||
</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
|
|||||||
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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user