mirror of https://github.com/davisking/dlib.git
Added python sequence segmenter example program links.
This commit is contained in:
parent
b7e9326be1
commit
13933b5a25
|
@ -123,7 +123,16 @@
|
|||
<link>term_index.html</link>
|
||||
</item>
|
||||
<item nolink="true">
|
||||
<name>Examples</name>
|
||||
<name>Examples: Python</name>
|
||||
<sub>
|
||||
<item>
|
||||
<name>Sequence_Segmenter</name>
|
||||
<link>sequence_segmenter.py.html</link>
|
||||
</item>
|
||||
</sub>
|
||||
</item>
|
||||
<item nolink="true">
|
||||
<name>Examples: C++</name>
|
||||
<sub>
|
||||
<item>
|
||||
<name>Train_Object_Detector</name>
|
||||
|
|
|
@ -1474,6 +1474,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
|
|||
taggers.
|
||||
</p>
|
||||
</description>
|
||||
<examples>
|
||||
<example>sequence_segmenter.py.html</example>
|
||||
</examples>
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
@ -2410,6 +2413,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
|
|||
as the <a href="#structural_sequence_segmentation_trainer">structural_sequence_segmentation_trainer</a>
|
||||
and returns the resulting precision, recall, and F1-score.
|
||||
</description>
|
||||
<examples>
|
||||
<example>sequence_segmenter.py.html</example>
|
||||
</examples>
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
@ -2490,6 +2496,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
|
|||
Tests a <a href="#sequence_segmenter">sequence_segmenter</a> on a set of data
|
||||
and returns the resulting precision, recall, and F1-score.
|
||||
</description>
|
||||
<examples>
|
||||
<example>sequence_segmenter.py.html</example>
|
||||
</examples>
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
@ -2812,7 +2821,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
|
|||
to solve the learning problem.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<examples>
|
||||
<example>sequence_segmenter.py.html</example>
|
||||
</examples>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
|
Loading…
Reference in New Issue