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
ab97c454
Commit
ab97c454
authored
Aug 08, 2013
by
Davis King
Browse files
updated docs
parent
5be14782
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
docs/docs/ml.xml
docs/docs/ml.xml
+5
-7
No files found.
docs/docs/main_menu.xml
View file @
ab97c454
...
...
@@ -146,6 +146,10 @@
<item
nolink=
"true"
>
<name>
Examples: C++
</name>
<sub>
<item>
<name>
Structural_Support_Vector_Machines
</name>
<link>
svm_struct_ex.cpp.html
</link>
</item>
<item>
<name>
Sequence_Segmentation
</name>
<link>
sequence_segmenter_ex.cpp.html
</link>
...
...
docs/docs/ml.xml
View file @
ab97c454
...
...
@@ -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
for a new x is given by the y which maximizes F(x,y).
<p>
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
...
...
@@ -2668,6 +2662,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</description>
<examples>
<example>
svm_struct.py.html
</example>
<example>
svm_struct_ex.cpp.html
</example>
</examples>
</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>
to distribute the work across many computers.
</description>
<examples>
<example>
svm_struct_ex.cpp.html
</example>
</examples>
</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