Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
ab97c454
Commit
ab97c454
authored
Aug 08, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
5be14782
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
main_menu.xml
docs/docs/main_menu.xml
+4
-0
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