Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
13933b5a
Commit
13933b5a
authored
May 26, 2013
by
Davis King
Browse files
Added python sequence segmenter example program links.
parent
b7e9326b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+10
-1
docs/docs/ml.xml
docs/docs/ml.xml
+13
-1
No files found.
docs/docs/main_menu.xml
View file @
13933b5a
...
@@ -123,7 +123,16 @@
...
@@ -123,7 +123,16 @@
<link>
term_index.html
</link>
<link>
term_index.html
</link>
</item>
</item>
<item
nolink=
"true"
>
<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>
<sub>
<item>
<item>
<name>
Train_Object_Detector
</name>
<name>
Train_Object_Detector
</name>
...
...
docs/docs/ml.xml
View file @
13933b5a
...
@@ -1474,6 +1474,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -1474,6 +1474,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
taggers.
taggers.
</p>
</p>
</description>
</description>
<examples>
<example>
sequence_segmenter.py.html
</example>
</examples>
</component>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
...
@@ -2410,6 +2413,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -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>
as the
<a
href=
"#structural_sequence_segmentation_trainer"
>
structural_sequence_segmentation_trainer
</a>
and returns the resulting precision, recall, and F1-score.
and returns the resulting precision, recall, and F1-score.
</description>
</description>
<examples>
<example>
sequence_segmenter.py.html
</example>
</examples>
</component>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
...
@@ -2490,6 +2496,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -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
Tests a
<a
href=
"#sequence_segmenter"
>
sequence_segmenter
</a>
on a set of data
and returns the resulting precision, recall, and F1-score.
and returns the resulting precision, recall, and F1-score.
</description>
</description>
<examples>
<example>
sequence_segmenter.py.html
</example>
</examples>
</component>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
...
@@ -2812,6 +2821,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -2812,6 +2821,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
to solve the learning problem.
to solve the learning problem.
</p>
</p>
</description>
</description>
<examples>
<example>
sequence_segmenter.py.html
</example>
</examples>
</component>
</component>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment